Searched refs:TOUCH_RESPONSE_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.server.wm.AppTransition.TOUCH_RESPONSE_INTERPOLATOR;881 t = (mAnimationTarget == 1f ? IME_ADJUST_ENTRY_INTERPOLATOR : TOUCH_RESPONSE_INTERPOLATOR) in animateForIme()907 t = (isAnimationMaximizing() ? TOUCH_RESPONSE_INTERPOLATOR : mMinimizedDockInterpolator) in animateForMinimizedDockedStack()
151 static final Interpolator TOUCH_RESPONSE_INTERPOLATOR = field in AppTransition848 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()857 clipAnimTB.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createClipRevealAnimationLocked()1156 return TOUCH_RESPONSE_INTERPOLATOR; in getAspectScaleInterpolator()