HomeSort by relevance Sort by last modified time
    Searched defs:PathKeyframes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/animation/
PathKeyframes.java 24 * 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 {
49 public PathKeyframes(Path path) {
53 public PathKeyframes(Path path, float error) {
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);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 59 milliseconds