Searched refs:PathKeyframes (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DCurvedTranslateAnimation.java20 import android.animation.PathKeyframes;
31 private final PathKeyframes mKeyframes;
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java24 * PathKeyframes relies on approximating the Path as a series of line segments.
30 * PathKeyframes is optimized to reduce the number of objects created when there are
39 public class PathKeyframes implements Keyframes { class in inherits:Keyframes
49 public PathKeyframes(Path path) { method in class:PathKeyframes
53 public PathKeyframes(Path path, float error) { method in class:PathKeyframes
159 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
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) {
148 return new PathKeyframes(path);
151 public static PathKeyframes ofPath(Path path, float error) {
152 return new PathKeyframes(path, error);
H A DObjectAnimator.java268 PathKeyframes keyframes = KeyframeSet.ofPath(path);
310 PathKeyframes keyframes = KeyframeSet.ofPath(path);
467 PathKeyframes keyframes = KeyframeSet.ofPath(path);
510 PathKeyframes keyframes = KeyframeSet.ofPath(path);
H A DPropertyValuesHolder.java1096 if (mKeyframes instanceof PathKeyframes.FloatKeyframesBase
1097 || mKeyframes instanceof PathKeyframes.IntKeyframesBase
H A DAnimatorInflater.java525 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error);
/frameworks/base/config/
H A Dpreloaded-classes82 android.animation.PathKeyframes$1
83 android.animation.PathKeyframes$2
84 android.animation.PathKeyframes$FloatKeyframesBase
85 android.animation.PathKeyframes$IntKeyframesBase
86 android.animation.PathKeyframes$SimpleKeyframes
H A Dcompiled-classes-phone123 android.animation.PathKeyframes
124 android.animation.PathKeyframes$1
125 android.animation.PathKeyframes$2
126 android.animation.PathKeyframes$FloatKeyframesBase
127 android.animation.PathKeyframes$IntKeyframesBase
128 android.animation.PathKeyframes$SimpleKeyframes

Completed in 385 milliseconds