Searched refs:DECELERATE_INTERPOLATOR (Results 1 – 5 of 5) sorted by relevance
39 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new LogDecelerateInterpolator( field in RippleForeground247 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()
49 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in PagingIndicator203 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotAlphaAnimator()210 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotDiameterAnimator()219 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotTranslationXAnimator()
33 static final Interpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in AnimationUtils
144 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in CollapsingToolbarLayout()
924 mOffsetAnimator.setInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in animateOffsetWithDuration()