Home
last modified time | relevance | path

Searched refs:AbsSwipeUpHandler (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java50 import com.android.quickstep.AbsSwipeUpHandler;
51 import com.android.quickstep.AbsSwipeUpHandler.Factory;
88 private final AbsSwipeUpHandler.Factory mHandlerFactory;
96 private AbsSwipeUpHandler mInteractionHandler;
DDeviceLockedInputConsumer.java24 import static com.android.quickstep.AbsSwipeUpHandler.MIN_PROGRESS_FOR_OVERVIEW;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java533 private final AbsSwipeUpHandler.Factory mLauncherSwipeHandlerFactory =
535 private final AbsSwipeUpHandler.Factory mFallbackSwipeHandlerFactory =
1312 public AbsSwipeUpHandler.Factory getSwipeUpHandlerFactory() {
1320 final AbsSwipeUpHandler.Factory factory = getSwipeUpHandlerFactory();
1555 private AbsSwipeUpHandler createLauncherSwipeHandler(
1562 private AbsSwipeUpHandler createFallbackSwipeHandler(
DOverviewCommandHelper.java348 AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory() in executeCommand()
404 private void onTransitionComplete(CommandInfo cmd, AbsSwipeUpHandler handler) { in onTransitionComplete()
DBaseActivityInterface.java22 import static com.android.quickstep.AbsSwipeUpHandler.RECENTS_ATTACH_DURATION;
DLauncherSwipeHandlerV2.java66 AbsSwipeUpHandler<QuickstepLauncher, RecentsView, LauncherState> {
DAbsSwipeUpHandler.java169 public abstract class AbsSwipeUpHandler<T extends RecentsViewContainer, class
351 public AbsSwipeUpHandler(Context context, RecentsAnimationDeviceState deviceState, in AbsSwipeUpHandler() method in AbsSwipeUpHandler
420 STATE_NAMES.toArray(new String[0]), AbsSwipeUpHandler::getTrackedEventForState); in initStateCallbacks()
2684 AbsSwipeUpHandler newHandler(GestureState gestureState, long touchTimeMs);
DFallbackSwipeHandler.java84 AbsSwipeUpHandler<RecentsActivity, FallbackRecentsView, RecentsState> {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java24 import static com.android.quickstep.AbsSwipeUpHandler.MAX_SWIPE_DURATION;