Home
last modified time | relevance | path

Searched refs:DECELERATE_INTERPOLATOR (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java39 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new LogDecelerateInterpolator( field in RippleForeground
247 tweenRadius.setInterpolator(DECELERATE_INTERPOLATOR); in createSoftwareExit()
252 tweenOrigin.setInterpolator(DECELERATE_INTERPOLATOR); in createSoftwareExit()
296 radius.setInterpolator(DECELERATE_INTERPOLATOR); in createHardwareExit()
300 x.setInterpolator(DECELERATE_INTERPOLATOR); in createHardwareExit()
304 y.setInterpolator(DECELERATE_INTERPOLATOR); in createHardwareExit()
/frameworks/support/design/base/android/support/design/widget/
DAnimationUtils.java32 static final Interpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in AnimationUtils
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DPagingIndicator.java55 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in PagingIndicator
249 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotAlphaAnimator()
256 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotDiameterAnimator()
265 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotTranslationXAnimator()
/frameworks/support/design/src/android/support/design/widget/
DCollapsingToolbarLayout.java152 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in CollapsingToolbarLayout()
DAppBarLayout.java925 mOffsetAnimator.setInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in animateOffsetWithDuration()