FileDocCategorySizeDatePackage
Keyframe.javaAPI DocAndroid 5.1 API1513Sat Mar 14 14:09:38 GMT 2015android.animation

Keyframe

public abstract class Keyframe extends Object implements Cloneable

Fields Summary
Constructors Summary
public Keyframe()

 throw new RuntimeException("Stub!"); 
Methods Summary
public abstract android.animation.Keyframeclone()

public floatgetFraction()

 throw new RuntimeException("Stub!"); 
public android.animation.TimeInterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public java.lang.ClassgetType()

 throw new RuntimeException("Stub!"); 
public abstract java.lang.ObjectgetValue()

public booleanhasValue()

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofFloat(float fraction, float value)

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofFloat(float fraction)

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofInt(float fraction, int value)

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofInt(float fraction)

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofObject(float fraction, java.lang.Object value)

 throw new RuntimeException("Stub!"); 
public static android.animation.KeyframeofObject(float fraction)

 throw new RuntimeException("Stub!"); 
public voidsetFraction(float fraction)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.animation.TimeInterpolator interpolator)

 throw new RuntimeException("Stub!"); 
public abstract voidsetValue(java.lang.Object value)