Lines Matching refs:Keyframe
2933 public abstract class Keyframe implements java.lang.Cloneable {
2934 ctor public Keyframe();
2935 method public abstract android.animation.Keyframe clone();
2941 method public static android.animation.Keyframe ofFloat(float, float);
2942 method public static android.animation.Keyframe ofFloat(float);
2943 method public static android.animation.Keyframe ofInt(float, int);
2944 method public static android.animation.Keyframe ofInt(float);
2945 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2946 method public static android.animation.Keyframe ofObject(float);
3036 …android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
3037 …id.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
3041 …tion.TypeConverter<T, float[]>, android.animation.TypeEvaluator<T>, android.animation.Keyframe...);
3045 …mation.TypeConverter<T, int[]>, android.animation.TypeEvaluator<T>, android.animation.Keyframe...);
3055 method public void setKeyframes(android.animation.Keyframe...);