Home
last modified time | relevance | path

Searched refs:FAST_OUT_SLOW_IN_INTERPOLATOR (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DSnackbar.java52 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()
DFloatingActionButton.java644 AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR);
DTabLayout.java1095 mScrollAnimator.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR);
2007 animator.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in animateIndicatorToPosition()
DTextInputLayout.java145 mCollapsingTextHelper.setTextSizeInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in TextInputLayout()
/frameworks/support/design/base/android/support/design/widget/
DAnimationUtils.java30 static final Interpolator FAST_OUT_SLOW_IN_INTERPOLATOR = new FastOutSlowInInterpolator(); field in AnimationUtils
/frameworks/support/design/eclair-mr1/android/support/design/widget/
DFloatingActionButtonEclairMr1.java225 animation.setInterpolator(AnimationUtils.FAST_OUT_SLOW_IN_INTERPOLATOR); in setupAnimation()