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()
32 static final Interpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in AnimationUtils
55 private static final TimeInterpolator DECELERATE_INTERPOLATOR = new DecelerateInterpolator(); field in PagingIndicator249 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotAlphaAnimator()256 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotDiameterAnimator()265 animator.setInterpolator(DECELERATE_INTERPOLATOR); in createDotTranslationXAnimator()
152 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in CollapsingToolbarLayout()
925 mOffsetAnimator.setInterpolator(AnimationUtils.DECELERATE_INTERPOLATOR); in animateOffsetWithDuration()