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

/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java45 public class PathInterpolator extends BaseInterpolator { class in inherits:BaseInterpolator
60 public PathInterpolator(Path path) { method in class:PathInterpolator
71 public PathInterpolator(float controlX, float controlY) { method in class:PathInterpolator
84 public PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) { method in class:PathInterpolator
88 public PathInterpolator(Context context, AttributeSet attrs) { method in class:PathInterpolator
93 public PathInterpolator(Resources res, Theme theme, AttributeSet attrs) { method in class:PathInterpolator
96 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0);
98 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java103 return new PathInterpolator(mDist, mX);
107 return new PathInterpolator(mDist, mY);
110 private static class PathInterpolator extends BaseInterpolator { class in class:PathInterpolatorBuilder
114 private PathInterpolator(float[] xs, float[] ys) { method in class:PathInterpolatorBuilder.PathInterpolator

Completed in 98 milliseconds