Searched refs:TOUCH_RESPONSE_INTERPOLATOR (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR;148 valueAnimator.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createWindowAnimation()
19 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR;126 appAnimator.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in getRecentsWindowAnimator()
188 adjacentAnimation.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
79 public static final Interpolator TOUCH_RESPONSE_INTERPOLATOR = field in Interpolators
100 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
261 pendingAnimation.anim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in createLaunchAnimationForRunningTask()