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

/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
38 class PathKeyframes implements Keyframes { class in inherits:Keyframes
48 public PathKeyframes(Path path) { method in class:PathKeyframes
52 public PathKeyframes(Path path, float error) { method in class:PathKeyframes
162 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
176 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
190 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
204 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);

Completed in 70 milliseconds