Lines Matching full:keyframe
2259 public abstract class Keyframe implements java.lang.Cloneable {
2260 ctor public Keyframe();
2261 method public abstract android.animation.Keyframe clone();
2267 method public static android.animation.Keyframe ofFloat(float, float);
2268 method public static android.animation.Keyframe ofFloat(float);
2269 method public static android.animation.Keyframe ofInt(float, int);
2270 method public static android.animation.Keyframe ofInt(float);
2271 method public static android.animation.Keyframe ofObject(float, java.lang.Object);
2272 method public static android.animation.Keyframe ofObject(float);
2334 method public static android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);
2335 method public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
2341 method public void setKeyframes(android.animation.Keyframe...);