Searched defs:PathInterpolator (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/animation/ | ||
H A D | PathInterpolator.java | 45 public class PathInterpolator implements Interpolator { class in inherits:Interpolator 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); |
Completed in 96 milliseconds