Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOtherActivityInputConsumer.java57 import com.android.quickstep.AbsSwipeUpHandler;
58 import com.android.quickstep.AbsSwipeUpHandler.Factory;
101 private final AbsSwipeUpHandler.Factory mHandlerFactory;
109 private AbsSwipeUpHandler mInteractionHandler;
H A DDeviceLockedInputConsumer.java26 import static com.android.quickstep.AbsSwipeUpHandler.MIN_PROGRESS_FOR_OVERVIEW;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java335 private final AbsSwipeUpHandler.Factory mLauncherSwipeHandlerFactory =
337 private final AbsSwipeUpHandler.Factory mFallbackSwipeHandlerFactory =
807 public AbsSwipeUpHandler.Factory getSwipeUpHandlerFactory() { in getSwipeUpHandlerFactory()
815 final AbsSwipeUpHandler.Factory factory = getSwipeUpHandlerFactory(); in createOtherActivityInputConsumer()
1008 private AbsSwipeUpHandler createLauncherSwipeHandler( in createLauncherSwipeHandler()
1015 private AbsSwipeUpHandler createFallbackSwipeHandler( in createFallbackSwipeHandler()
H A DOverviewCommandHelper.java202 AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory() in executeCommand()
250 private void onTransitionComplete(CommandInfo cmd, AbsSwipeUpHandler handler) { in onTransitionComplete()
H A DLauncherSwipeHandlerV2.java73 AbsSwipeUpHandler<BaseQuickstepLauncher, RecentsView, LauncherState> {
H A DFallbackSwipeHandler.java80 AbsSwipeUpHandler<RecentsActivity, FallbackRecentsView, RecentsState> {
H A DAbsSwipeUpHandler.java135 public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, class
288 public AbsSwipeUpHandler(Context context, RecentsAnimationDeviceState deviceState, in AbsSwipeUpHandler() method in AbsSwipeUpHandler
2050 AbsSwipeUpHandler newHandler(GestureState gestureState, long touchTimeMs);
H A DBaseActivityInterface.java22 import static com.android.quickstep.AbsSwipeUpHandler.RECENTS_ATTACH_DURATION;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DSwipeUpGestureTutorialController.java21 import static com.android.quickstep.AbsSwipeUpHandler.MAX_SWIPE_DURATION;