Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/animation/
H A 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);
H A 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()
H A 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()
H A DPropertyValuesHolder.java1096 if (mKeyframes instanceof PathKeyframes.FloatKeyframesBase in getPropertyValues()
1097 || mKeyframes instanceof PathKeyframes.IntKeyframesBase in getPropertyValues()
H A DAnimatorInflater.java528 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error); in setupObjectAnimator()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DCurvedTranslateAnimation.java20 import android.animation.PathKeyframes;
31 private final PathKeyframes mKeyframes;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes134 android.animation.PathKeyframes$1
135 android.animation.PathKeyframes$2
136 android.animation.PathKeyframes$3
137 android.animation.PathKeyframes$4
138 android.animation.PathKeyframes$FloatKeyframesBase
139 android.animation.PathKeyframes$IntKeyframesBase
140 android.animation.PathKeyframes$SimpleKeyframes
141 android.animation.PathKeyframes
H A Dboot-image-profile.txt376 HSPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F
377 HSPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F
383 HSPLandroid/animation/PathKeyframes;->getValue(F)Ljava/lang/Object;
22914 Landroid/animation/PathKeyframes$1;
22915 Landroid/animation/PathKeyframes$2;
22916 Landroid/animation/PathKeyframes$3;
22917 Landroid/animation/PathKeyframes$4;
22918 Landroid/animation/PathKeyframes$FloatKeyframesBase;
22919 Landroid/animation/PathKeyframes$IntKeyframesBase;
22920 Landroid/animation/PathKeyframes$SimpleKeyframes;
[all …]
/aosp14/frameworks/base/config/
H A Dpreloaded-classes134 android.animation.PathKeyframes$1
135 android.animation.PathKeyframes$2
136 android.animation.PathKeyframes$3
137 android.animation.PathKeyframes$4
138 android.animation.PathKeyframes$FloatKeyframesBase
139 android.animation.PathKeyframes$IntKeyframesBase
140 android.animation.PathKeyframes$SimpleKeyframes
141 android.animation.PathKeyframes
H A Dboot-image-profile.txt376 HSPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F
377 HSPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F
383 HSPLandroid/animation/PathKeyframes;->getValue(F)Ljava/lang/Object;
33017 Landroid/animation/PathKeyframes$1;
33018 Landroid/animation/PathKeyframes$2;
33019 Landroid/animation/PathKeyframes$3;
33020 Landroid/animation/PathKeyframes$4;
33021 Landroid/animation/PathKeyframes$FloatKeyframesBase;
33022 Landroid/animation/PathKeyframes$IntKeyframesBase;
33023 Landroid/animation/PathKeyframes$SimpleKeyframes;
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1019 Landroid/animation/PathKeyframes$FloatKeyframesBase;-><init>()V
1022 Landroid/animation/PathKeyframes$IntKeyframesBase;-><init>()V
1025 Landroid/animation/PathKeyframes$SimpleKeyframes;-><init>()V
1035 Landroid/animation/PathKeyframes;->FRACTION_OFFSET:I
1037 Landroid/animation/PathKeyframes;->getType()Ljava/lang/Class;
1038 Landroid/animation/PathKeyframes;->getValue(F)Ljava/lang/Object;
1039 Landroid/animation/PathKeyframes;->interpolate(FFF)F
1041 Landroid/animation/PathKeyframes;->mKeyframeData:[F
1043 Landroid/animation/PathKeyframes;->NUM_COMPONENTS:I
1046 Landroid/animation/PathKeyframes;->X_OFFSET:I
[all …]