Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java19 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR;
148 valueAnimator.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createWindowAnimation()
DTaskViewUtils.java19 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR;
126 appAnimator.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in getRecentsWindowAnimator()
DRecentsActivity.java188 adjacentAnimation.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DInterpolators.java79 public static final Interpolator TOUCH_RESPONSE_INTERPOLATOR = field in Interpolators
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java100 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java261 pendingAnimation.anim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in createLaunchAnimationForRunningTask()