Lines Matching refs:Keyframe
3314 public abstract class Keyframe implements java.lang.Cloneable {
3315 ctor public Keyframe();
3316 method public abstract android.animation.Keyframe clone();
3322 method public static android.animation.Keyframe ofFloat(float, float);
3323 method public static android.animation.Keyframe ofFloat(float);
3324 method public static android.animation.Keyframe ofInt(float, int);
3325 method public static android.animation.Keyframe ofInt(float);
3326 method public static android.animation.Keyframe ofObject(float, Object);
3327 method public static android.animation.Keyframe ofObject(float);
3419 …ic static android.animation.PropertyValuesHolder ofKeyframe(String, android.animation.Keyframe...);
3420 …id.animation.PropertyValuesHolder ofKeyframe(android.util.Property, android.animation.Keyframe...);
3424 …ation.TypeConverter<T,float[]>, android.animation.TypeEvaluator<T>, android.animation.Keyframe...);
3428 …imation.TypeConverter<T,int[]>, android.animation.TypeEvaluator<T>, android.animation.Keyframe...);
3438 method public void setKeyframes(android.animation.Keyframe...);