Home | History | Annotate | Download | only in api

Lines Matching full:keyframe

2397   public abstract class Keyframe implements java.lang.Cloneable {
2398 ctor public Keyframe();
2399 method public abstract android.animation.Keyframe clone();
2405 method public static android.animation.Keyframe ofFloat(float, float);
2406 method public static android.animation.Keyframe ofFloat(float);
2407 method public static android.animation.Keyframe ofInt(float, int);
2408 method public static android.animation.Keyframe ofInt(float);
2409 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2410 method public static android.animation.Keyframe ofObject(float);
2479 method public static android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
2480 method public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
2486 method public void setKeyframes(android.animation.Keyframe...);