Searched refs:Keyframe (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/animation/ |
D | KeyframeSet.java | 19 import android.animation.Keyframe.FloatKeyframe; 20 import android.animation.Keyframe.IntKeyframe; 21 import android.animation.Keyframe.ObjectKeyframe; 38 Keyframe mFirstKeyframe; 39 Keyframe mLastKeyframe; 41 List<Keyframe> mKeyframes; // only used when there are not 2 keyframes 45 public KeyframeSet(Keyframe... keyframes) { in KeyframeSet() 54 public List<Keyframe> getKeyframes() { in getKeyframes() 62 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f); in ofInt() 63 keyframes[1] = (IntKeyframe) Keyframe.ofInt(1f, values[0]); in ofInt() [all …]
|
D | Keyframe.java | 36 public abstract class Keyframe implements Cloneable { class 82 public static Keyframe ofInt(float fraction, int value) { in ofInt() 98 public static Keyframe ofInt(float fraction) { in ofInt() 114 public static Keyframe ofFloat(float fraction, float value) { in ofFloat() 130 public static Keyframe ofFloat(float fraction) { in ofFloat() 146 public static Keyframe ofObject(float fraction, Object value) { in ofObject() 162 public static Keyframe ofObject(float fraction) { in ofObject() 257 public abstract Keyframe clone(); in clone() 262 static class ObjectKeyframe extends Keyframe { 297 static class IntKeyframe extends Keyframe { [all …]
|
D | AnimatorInflater.java | 778 a = theme.obtainStyledAttributes(attrs, R.styleable.Keyframe, 0, 0); in inferValueTypeOfKeyframe() 780 a = res.obtainAttributes(attrs, R.styleable.Keyframe); in inferValueTypeOfKeyframe() 822 Keyframe keyframe = (Keyframe) keyframes[i]; in dumpKeyframes() 835 ArrayList<Keyframe> keyframes = null; in loadPvh() 845 Keyframe keyframe = loadKeyframe(res, theme, Xml.asAttributeSet(parser), valueType); in loadPvh() 848 keyframes = new ArrayList<Keyframe>(); in loadPvh() 863 Keyframe firstKeyframe = keyframes.get(0); in loadPvh() 864 Keyframe lastKeyframe = keyframes.get(count - 1); in loadPvh() 883 Keyframe[] keyframeArray = new Keyframe[count]; in loadPvh() 886 Keyframe keyframe = keyframeArray[i]; in loadPvh() [all …]
|
D | PathKeyframes.java | 44 private static final ArrayList<Keyframe> EMPTY_KEYFRAMES = new ArrayList<Keyframe>(); 61 public ArrayList<Keyframe> getKeyframes() { in getKeyframes() 213 public ArrayList<Keyframe> getKeyframes() {
|
D | PropertyValuesHolder.java | 263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() 381 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat() 540 public static PropertyValuesHolder ofKeyframe(String propertyName, Keyframe... values) { in ofKeyframe() 561 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe() 634 public void setKeyframes(Keyframe... values) { in setKeyframes() 636 Keyframe keyframes[] = new Keyframe[Math.max(numKeyframes,2)]; in setKeyframes() 637 mValueType = ((Keyframe)values[0]).getType(); in setKeyframes() 639 keyframes[i] = (Keyframe)values[i]; in setKeyframes() 814 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupSetterAndGetter() 817 Keyframe kf = keyframes.get(i); in setupSetterAndGetter() [all …]
|
D | IntKeyframeSet.java | 19 import android.animation.Keyframe.IntKeyframe; 45 List<Keyframe> keyframes = mKeyframes; in clone()
|
D | FloatKeyframeSet.java | 19 import android.animation.Keyframe.FloatKeyframe; 45 final List<Keyframe> keyframes = mKeyframes; in clone()
|
D | Keyframes.java | 60 List<Keyframe> getKeyframes(); in getKeyframes()
|
/frameworks/base/config/ |
D | preloaded-classes | 82 android.animation.Keyframe$FloatKeyframe 83 android.animation.Keyframe$IntKeyframe 84 android.animation.Keyframe$ObjectKeyframe 85 android.animation.Keyframe
|
D | boot-image-profile.txt | 222 HSPLandroid/animation/Keyframe$FloatKeyframe;->clone()Landroid/animation/Keyframe$FloatKeyframe; 223 HSPLandroid/animation/Keyframe$FloatKeyframe;->clone()Landroid/animation/Keyframe; 224 HSPLandroid/animation/Keyframe$FloatKeyframe;->getFloatValue()F 225 HSPLandroid/animation/Keyframe$FloatKeyframe;->setValue(Ljava/lang/Object;)V 226 HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe$IntKeyframe; 227 HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe; 228 HSPLandroid/animation/Keyframe$IntKeyframe;->getIntValue()I 229 HSPLandroid/animation/Keyframe$IntKeyframe;->getValue()Ljava/lang/Object; 230 HSPLandroid/animation/Keyframe$IntKeyframe;->setValue(Ljava/lang/Object;)V 231 HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe$ObjectKeyframe; [all …]
|
D | hiddenapi-greylist-max-o.txt | 777 …ion/AnimatorInflater;->createNewKeyframe(Landroid/animation/Keyframe;F)Landroid/animation/Keyframe; 780 Landroid/animation/AnimatorInflater;->distributeKeyframes([Landroid/animation/Keyframe;FII)V 790 …rces;Landroid/content/res/Resources$Theme;Landroid/util/AttributeSet;I)Landroid/animation/Keyframe; 905 Landroid/animation/Keyframe$FloatKeyframe;-><init>(F)V 906 Landroid/animation/Keyframe$FloatKeyframe;-><init>(FF)V 907 Landroid/animation/Keyframe$FloatKeyframe;->getFloatValue()F 908 Landroid/animation/Keyframe$FloatKeyframe;->mValue:F 909 Landroid/animation/Keyframe$IntKeyframe;-><init>(F)V 910 Landroid/animation/Keyframe$IntKeyframe;-><init>(FI)V 911 Landroid/animation/Keyframe$IntKeyframe;->getIntValue()I [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2933 public abstract class Keyframe implements java.lang.Cloneable { 2934 ctor public Keyframe(); 2935 method public abstract android.animation.Keyframe clone(); 2941 method public static android.animation.Keyframe ofFloat(float, float); 2942 method public static android.animation.Keyframe ofFloat(float); 2943 method public static android.animation.Keyframe ofInt(float, int); 2944 method public static android.animation.Keyframe ofInt(float); 2945 method public static android.animation.Keyframe ofObject(float, java.lang.Object); 2946 method public static android.animation.Keyframe ofObject(float); 3036 …android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...); [all …]
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 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...); [all …]
|
/frameworks/base/api/ |
D | current.txt | 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...); [all …]
|