Searched refs:TOUCH_RESPONSE_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.server.wm.AppTransition.TOUCH_RESPONSE_INTERPOLATOR;676 t = (mAnimationTarget == 1f ? IME_ADJUST_ENTRY_INTERPOLATOR : TOUCH_RESPONSE_INTERPOLATOR) in animateForIme()727 t = (isAnimationMaximizing() ? TOUCH_RESPONSE_INTERPOLATOR : mMinimizedDockInterpolator) in animateForMinimizedDockedStack()
147 static final Interpolator TOUCH_RESPONSE_INTERPOLATOR = field in AppTransition779 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()788 clipAnimTB.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createClipRevealAnimationLocked()1041 return TOUCH_RESPONSE_INTERPOLATOR; in getAspectScaleInterpolator()