Searched refs:FAST_OUT_SLOW_IN_INTERPOLATOR (Results 1 – 6 of 6) sorted by relevance
52 import static android.support.design.widget.AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR;533 .setInterpolator(FAST_OUT_SLOW_IN_INTERPOLATOR) in animateViewIn()550 anim.setInterpolator(FAST_OUT_SLOW_IN_INTERPOLATOR); in animateViewIn()572 .setInterpolator(FAST_OUT_SLOW_IN_INTERPOLATOR) in animateViewOut()588 anim.setInterpolator(FAST_OUT_SLOW_IN_INTERPOLATOR); in animateViewOut()
644 AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR);
1095 mScrollAnimator.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR);2007 animator.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in animateIndicatorToPosition()
145 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in TextInputLayout()
30 static final Interpolator FAST_OUT_SLOW_IN_INTERPOLATOR = new FastOutSlowInInterpolator(); field in AnimationUtils
225 animation.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in setupAnimation()