Lines Matching full:keyframe
2447 public abstract class Keyframe implements java.lang.Cloneable {
2448 ctor public Keyframe();
2449 method public abstract android.animation.Keyframe clone();
2455 method public static android.animation.Keyframe ofFloat(float, float);
2456 method public static android.animation.Keyframe ofFloat(float);
2457 method public static android.animation.Keyframe ofInt(float, int);
2458 method public static android.animation.Keyframe ofInt(float);
2459 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2460 method public static android.animation.Keyframe ofObject(float);
2529 method public static android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
2530 method public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
2536 method public void setKeyframes(android.animation.Keyframe...);