Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java43 TaskAnimationManager taskAnimationManager, GestureState gestureState, long touchTimeMs, in LauncherSwipeHandlerV2() argument
45 super(context, deviceState, taskAnimationManager, gestureState, touchTimeMs, in LauncherSwipeHandlerV2()
DFallbackSwipeHandler.java55 TaskAnimationManager taskAnimationManager, GestureState gestureState, long touchTimeMs, in FallbackSwipeHandler() argument
57 super(context, deviceState, taskAnimationManager, gestureState, touchTimeMs, in FallbackSwipeHandler()
DTouchInteractionService.java866 GestureState gestureState, long touchTimeMs, boolean continuingLastGesture) { in createLauncherSwipeHandler() argument
868 gestureState, touchTimeMs, continuingLastGesture, mInputConsumer); in createLauncherSwipeHandler()
872 GestureState gestureState, long touchTimeMs, boolean continuingLastGesture) { in createFallbackSwipeHandler() argument
874 gestureState, touchTimeMs, continuingLastGesture, mInputConsumer); in createFallbackSwipeHandler()
DBaseSwipeUpHandler.java383 GestureState gestureState, long touchTimeMs, boolean continuingLastGesture); in newHandler() argument
DBaseSwipeUpHandlerV2.java205 long touchTimeMs, boolean continuingLastGesture, in BaseSwipeUpHandlerV2() argument
209 mTouchTimeMs = touchTimeMs; in BaseSwipeUpHandlerV2()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java359 private void startTouchTrackingForWindowAnimation(long touchTimeMs) {
362 mInteractionHandler = mHandlerFactory.newHandler(mGestureState, touchTimeMs,