Searched refs:TOUCH_RESPONSE_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.server.wm.AppTransition.TOUCH_RESPONSE_INTERPOLATOR;784 t = (mAnimationTarget == 1f ? IME_ADJUST_ENTRY_INTERPOLATOR : TOUCH_RESPONSE_INTERPOLATOR) in animateForIme()810 t = (isAnimationMaximizing() ? TOUCH_RESPONSE_INTERPOLATOR : mMinimizedDockInterpolator) in animateForMinimizedDockedStack()
166 static final Interpolator TOUCH_RESPONSE_INTERPOLATOR = field in AppTransition840 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()849 clipAnimTB.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createClipRevealAnimationLocked()1114 return TOUCH_RESPONSE_INTERPOLATOR; in getAspectScaleInterpolator()