Home
last modified time | relevance | path

Searched refs:Keyframes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/animation/
DKeyframes.java25 public interface Keyframes extends Cloneable { interface
62 Keyframes clone(); in clone()
67 public interface IntKeyframes extends Keyframes {
80 public interface FloatKeyframes extends Keyframes {
DPathKeyframes.java39 public class PathKeyframes implements Keyframes {
130 public Keyframes clone() { in clone()
131 Keyframes clone = null; in clone()
133 clone = (Keyframes) super.clone(); in clone()
207 private abstract static class SimpleKeyframes implements Keyframes {
218 public Keyframes clone() {
219 Keyframes clone = null;
221 clone = (Keyframes) super.clone();
DPropertyValuesHolder.java78 Keyframes mKeyframes = null;
218 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiInt()
337 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiFloat()
566 static PropertyValuesHolder ofKeyframes(String propertyName, Keyframes keyframes) { in ofKeyframes()
567 if (keyframes instanceof Keyframes.IntKeyframes) { in ofKeyframes()
568 return new IntPropertyValuesHolder(propertyName, (Keyframes.IntKeyframes) keyframes); in ofKeyframes()
569 } else if (keyframes instanceof Keyframes.FloatKeyframes) { in ofKeyframes()
571 (Keyframes.FloatKeyframes) keyframes); in ofKeyframes()
580 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes()
581 if (keyframes instanceof Keyframes.IntKeyframes) { in ofKeyframes()
[all …]
DIntKeyframeSet.java33 class IntKeyframeSet extends KeyframeSet implements Keyframes.IntKeyframes {
DFloatKeyframeSet.java33 class FloatKeyframeSet extends KeyframeSet implements Keyframes.FloatKeyframes {
DKeyframeSet.java34 public class KeyframeSet implements Keyframes {
DAnimatorInflater.java529 Keyframes xKeyframes; in setupObjectAnimator()
530 Keyframes yKeyframes; in setupObjectAnimator()
/frameworks/base/boot/
Dboot-image-profile.txt280 HSPLandroid/animation/FloatKeyframeSet;->clone()Landroid/animation/Keyframes;
285 HSPLandroid/animation/IntKeyframeSet;->clone()Landroid/animation/Keyframes;
317 HSPLandroid/animation/KeyframeSet;->clone()Landroid/animation/Keyframes;
392 HSPLandroid/animation/PathKeyframes$SimpleKeyframes;->clone()Landroid/animation/Keyframes;
401 …lder$FloatPropertyValuesHolder;->calculateValue(F)V+]Landroid/animation/Keyframes$FloatKeyframes;L…
422 …r;->clone()Landroid/animation/PropertyValuesHolder;+]Landroid/animation/Keyframes;Landroid/animati…
428 …id/animation/PropertyValuesHolder$PropertyValues;)V+]Landroid/animation/Keyframes;Landroid/animati…
430 HSPLandroid/animation/PropertyValuesHolder;->init()V+]Landroid/animation/Keyframes;Landroid/animati…
434 …PropertyValuesHolder;->ofKeyframes(Ljava/lang/String;Landroid/animation/Keyframes;)Landroid/animat…
443 …tyValuesHolder;->setupEndValue(Ljava/lang/Object;)V+]Landroid/animation/Keyframes;Landroid/animati…
[all …]
Dpreloaded-classes135 android.animation.Keyframes$FloatKeyframes
136 android.animation.Keyframes$IntKeyframes
137 android.animation.Keyframes
/frameworks/base/config/
Dboot-image-profile.txt280 HSPLandroid/animation/FloatKeyframeSet;->clone()Landroid/animation/Keyframes;
285 HSPLandroid/animation/IntKeyframeSet;->clone()Landroid/animation/Keyframes;
317 HSPLandroid/animation/KeyframeSet;->clone()Landroid/animation/Keyframes;
392 HSPLandroid/animation/PathKeyframes$SimpleKeyframes;->clone()Landroid/animation/Keyframes;
401 …lder$FloatPropertyValuesHolder;->calculateValue(F)V+]Landroid/animation/Keyframes$FloatKeyframes;L…
422 …r;->clone()Landroid/animation/PropertyValuesHolder;+]Landroid/animation/Keyframes;Landroid/animati…
428 …id/animation/PropertyValuesHolder$PropertyValues;)V+]Landroid/animation/Keyframes;Landroid/animati…
430 HSPLandroid/animation/PropertyValuesHolder;->init()V+]Landroid/animation/Keyframes;Landroid/animati…
434 …PropertyValuesHolder;->ofKeyframes(Ljava/lang/String;Landroid/animation/Keyframes;)Landroid/animat…
443 …tyValuesHolder;->setupEndValue(Ljava/lang/Object;)V+]Landroid/animation/Keyframes;Landroid/animati…
[all …]
Dpreloaded-classes135 android.animation.Keyframes$FloatKeyframes
136 android.animation.Keyframes$IntKeyframes
137 android.animation.Keyframes
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt922 Landroid/animation/Keyframes$FloatKeyframes;->getFloatValue(F)F
923 Landroid/animation/Keyframes$IntKeyframes;->getIntValue(F)I
924 Landroid/animation/Keyframes;->clone()Landroid/animation/Keyframes;
925 Landroid/animation/Keyframes;->getKeyframes()Ljava/util/List;
926 Landroid/animation/Keyframes;->getType()Ljava/lang/Class;
927 Landroid/animation/Keyframes;->getValue(F)Ljava/lang/Object;
928 Landroid/animation/Keyframes;->setEvaluator(Landroid/animation/TypeEvaluator;)V
1030 Landroid/animation/PathKeyframes;->createXFloatKeyframes()Landroid/animation/Keyframes$FloatKeyfram…
1031 Landroid/animation/PathKeyframes;->createXIntKeyframes()Landroid/animation/Keyframes$IntKeyframes;
1032 Landroid/animation/PathKeyframes;->createYFloatKeyframes()Landroid/animation/Keyframes$FloatKeyfram…
[all …]