Searched refs:Keyframes (Results 1 – 12 of 12) sorted by relevance
25 public interface Keyframes extends Cloneable { interface62 Keyframes clone(); in clone()67 public interface IntKeyframes extends Keyframes {80 public interface FloatKeyframes extends Keyframes {
39 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();
78 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 …]
33 class IntKeyframeSet extends KeyframeSet implements Keyframes.IntKeyframes {
33 class FloatKeyframeSet extends KeyframeSet implements Keyframes.FloatKeyframes {
34 public class KeyframeSet implements Keyframes {
529 Keyframes xKeyframes; in setupObjectAnimator()530 Keyframes yKeyframes; in setupObjectAnimator()
280 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 …]
135 android.animation.Keyframes$FloatKeyframes136 android.animation.Keyframes$IntKeyframes137 android.animation.Keyframes
922 Landroid/animation/Keyframes$FloatKeyframes;->getFloatValue(F)F923 Landroid/animation/Keyframes$IntKeyframes;->getIntValue(F)I924 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;)V1030 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 …]