Home | History | Annotate | Download | only in api

Lines Matching full:keyframe

2305   public abstract class Keyframe implements java.lang.Cloneable {
2306 ctor public Keyframe();
2307 method public abstract android.animation.Keyframe clone();
2313 method public static android.animation.Keyframe ofFloat(float, float);
2314 method public static android.animation.Keyframe ofFloat(float);
2315 method public static android.animation.Keyframe ofInt(float, int);
2316 method public static android.animation.Keyframe ofInt(float);
2317 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2318 method public static android.animation.Keyframe ofObject(float);
2386 method public static android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
2387 method public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
2393 method public void setKeyframes(android.animation.Keyframe...);