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

  /frameworks/base/libs/hwui/
Interpolator.h 110 class ANDROID_API PathInterpolator : public Interpolator {
112 explicit PathInterpolator(std::vector<float>&& x, std::vector<float>&& y) : mX(x), mY(y) {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 103 return new PathInterpolator(mDist, mX);
107 return new PathInterpolator(mDist, mY);
110 private static class PathInterpolator extends BaseInterpolator {
114 private PathInterpolator(float[] xs, float[] ys) {
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 49 public class PathInterpolator extends BaseInterpolator implements NativeInterpolatorFactory {
64 public PathInterpolator(Path path) {
75 public PathInterpolator(float controlX, float controlY) {
88 public PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) {
92 public PathInterpolator(Context context, AttributeSet attrs) {
97 public PathInterpolator(Resources res, Theme theme, AttributeSet attrs) {
100 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0);
102 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator);
122 throw new InflateException("pathInterpolator requires the controlX1 attribute");
124 throw new InflateException("pathInterpolator requires the controlY1 attribute")
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 207 milliseconds