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

/frameworks/support/design/base/android/support/design/widget/
H A DAnimationUtils.java29 static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:AnimationUtils
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java37 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:RippleBackground
97 opacity.setInterpolator(LINEAR_INTERPOLATOR);
108 exit.setInterpolator(LINEAR_INTERPOLATOR);
119 enter.setInterpolator(LINEAR_INTERPOLATOR);
148 exit.setInterpolator(LINEAR_INTERPOLATOR);
160 enter.setInterpolator(LINEAR_INTERPOLATOR);
H A DRippleForeground.java38 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:RippleForeground
176 tweenRadius.setInterpolator(LINEAR_INTERPOLATOR);
182 tweenOrigin.setInterpolator(LINEAR_INTERPOLATOR);
188 opacity.setInterpolator(LINEAR_INTERPOLATOR);
257 opacity.setInterpolator(LINEAR_INTERPOLATOR);
309 opacity.setInterpolator(LINEAR_INTERPOLATOR);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java53 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:MaterialProgressDrawable
418 animation.setInterpolator(LINEAR_INTERPOLATOR);

Completed in 107 milliseconds