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/v17/leanback/src/android/support/v17/leanback/widget/
DPagingIndicator.java49 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in PagingIndicator
203 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotAlphaAnimator()
210 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotDiameterAnimator()
219 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotTranslationXAnimator()
/frameworks/support/design/base/android/support/design/widget/
DAnimationUtils.java33 static final Interpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in AnimationUtils
/frameworks/support/design/src/android/support/design/widget/
DCollapsingToolbarLayout.java144 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in CollapsingToolbarLayout()
DAppBarLayout.java924 mOffsetAnimator.setInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in animateOffsetWithDuration()