Home
last modified time | relevance | path

Searched refs:LINEAR_INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleBackground.java39 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleBackground
215 opacity.setInterpolator(LINEAR_INTERPOLATOR); in enter()
286 outerOpacityAnim.setInterpolator(LINEAR_INTERPOLATOR); in startPendingHardwareExit()
294 outerFadeOutAnim.setInterpolator(LINEAR_INTERPOLATOR); in startPendingHardwareExit()
308 outerOpacityAnim.setInterpolator(LINEAR_INTERPOLATOR); in startPendingHardwareExit()
356 outerOpacityAnim.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware()
368 outerFadeOutAnim.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware()
DRipple.java38 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in Ripple
295 radius.setInterpolator(LINEAR_INTERPOLATOR); in enter()
301 cX.setInterpolator(LINEAR_INTERPOLATOR); in enter()
307 cY.setInterpolator(LINEAR_INTERPOLATOR); in enter()
396 opacityAnim.setInterpolator(LINEAR_INTERPOLATOR); in startPendingHardwareExit()
475 opacityAnim.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware()
/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java52 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in MaterialProgressDrawable
348 animation.setInterpolator(LINEAR_INTERPOLATOR); in setupAnimators()