Lines Matching full:keyframe
2359 public abstract class Keyframe implements java.lang.Cloneable {
2360 ctor public Keyframe();
2361 method public abstract android.animation.Keyframe clone();
2367 method public static android.animation.Keyframe ofFloat(float, float);
2368 method public static android.animation.Keyframe ofFloat(float);
2369 method public static android.animation.Keyframe ofInt(float, int);
2370 method public static android.animation.Keyframe ofInt(float);
2371 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2372 method public static android.animation.Keyframe ofObject(float);
2440 method public static android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
2441 method public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
2447 method public void setKeyframes(android.animation.Keyframe...);