Home
last modified time | relevance | path

Searched refs:PathKeyframes (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/animation/
DPathKeyframes.java39 public class PathKeyframes implements Keyframes { class
49 public PathKeyframes(Path path) { in PathKeyframes() method in PathKeyframes
53 public PathKeyframes(Path path, float error) { in PathKeyframes() method in PathKeyframes
159 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction); in createXFloatKeyframes()
173 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
187 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
201 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
DKeyframeSet.java147 public static PathKeyframes ofPath(Path path) { in ofPath()
148 return new PathKeyframes(path); in ofPath()
151 public static PathKeyframes ofPath(Path path, float error) { in ofPath()
152 return new PathKeyframes(path, error); in ofPath()
DObjectAnimator.java268 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()
310 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()
467 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()
510 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()
DPropertyValuesHolder.java1096 if (mKeyframes instanceof PathKeyframes.FloatKeyframesBase in getPropertyValues()
1097 || mKeyframes instanceof PathKeyframes.IntKeyframesBase in getPropertyValues()
DAnimatorInflater.java525 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error); in setupObjectAnimator()
/frameworks/base/services/core/java/com/android/server/wm/animation/
DCurvedTranslateAnimation.java20 import android.animation.PathKeyframes;
31 private final PathKeyframes mKeyframes;
/frameworks/base/config/
Dpreloaded-classes98 android.animation.PathKeyframes$1
99 android.animation.PathKeyframes$2
100 android.animation.PathKeyframes$FloatKeyframesBase
101 android.animation.PathKeyframes$IntKeyframesBase
102 android.animation.PathKeyframes$SimpleKeyframes
103 android.animation.PathKeyframes
Dboot-image-profile.txt305 HSPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F
306 HSPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F
307 HSPLandroid/animation/PathKeyframes$FloatKeyframesBase;->getValue(F)Ljava/lang/Object;
308 HSPLandroid/animation/PathKeyframes$SimpleKeyframes;->clone()Landroid/animation/Keyframes;
309 HSPLandroid/animation/PathKeyframes;-><init>(Landroid/graphics/Path;F)V
310 HSPLandroid/animation/PathKeyframes;->getValue(F)Ljava/lang/Object;
311 HSPLandroid/animation/PathKeyframes;->interpolateInRange(FII)Landroid/graphics/PointF;
32118 Landroid/animation/PathKeyframes$1;
32119 Landroid/animation/PathKeyframes$2;
32120 Landroid/animation/PathKeyframes$FloatKeyframesBase;
[all …]
Dhiddenapi-greylist-max-o.txt938 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;)Landroid/animation/PathKeyframes;
939 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;F)Landroid/animation/PathKeyframes;
1019 Landroid/animation/PathKeyframes$FloatKeyframesBase;-><init>()V
1020 Landroid/animation/PathKeyframes$FloatKeyframesBase;->getType()Ljava/lang/Class;
1021 Landroid/animation/PathKeyframes$FloatKeyframesBase;->getValue(F)Ljava/lang/Object;
1022 Landroid/animation/PathKeyframes$IntKeyframesBase;-><init>()V
1023 Landroid/animation/PathKeyframes$IntKeyframesBase;->getType()Ljava/lang/Class;
1024 Landroid/animation/PathKeyframes$IntKeyframesBase;->getValue(F)Ljava/lang/Object;
1025 Landroid/animation/PathKeyframes$SimpleKeyframes;-><init>()V
1026 Landroid/animation/PathKeyframes$SimpleKeyframes;->getKeyframes()Ljava/util/ArrayList;
[all …]