Searched refs:LINEAR_INTERPOLATOR (Results 1 - 5 of 5) sorted by relevance

/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/design/base/android/support/design/widget/
H A DAnimationUtils.java29 static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:AnimationUtils
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java50 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in class:MaterialProgressDrawable
417 animation.setInterpolator(LINEAR_INTERPOLATOR);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1348 mAnimator.setInterpolator(AnimationUtils.LINEAR_INTERPOLATOR);

Completed in 250 milliseconds