Home
last modified time | relevance | path

Searched refs:BaseSwipeUpHandler (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java56 import com.android.quickstep.BaseSwipeUpHandler;
57 import com.android.quickstep.BaseSwipeUpHandler.Factory;
94 private final BaseSwipeUpHandler.Factory mHandlerFactory;
102 private BaseSwipeUpHandler mInteractionHandler;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java58 public abstract class BaseSwipeUpHandler<T extends StatefulActivity<?>, Q extends RecentsView> class
85 protected BaseSwipeUpHandler(Context context, RecentsAnimationDeviceState deviceState, in BaseSwipeUpHandler() method in BaseSwipeUpHandler
382 BaseSwipeUpHandler newHandler( in newHandler()
DTouchInteractionService.java270 private final BaseSwipeUpHandler.Factory mLauncherSwipeHandlerFactory =
272 private final BaseSwipeUpHandler.Factory mFallbackSwipeHandlerFactory =
693 final BaseSwipeUpHandler.Factory factory; in createOtherActivityInputConsumer()
865 private BaseSwipeUpHandler createLauncherSwipeHandler( in createLauncherSwipeHandler()
871 private BaseSwipeUpHandler createFallbackSwipeHandler( in createFallbackSwipeHandler()
DBaseSwipeUpHandlerV2.java103 extends BaseSwipeUpHandler<T, Q> implements OnApplyWindowInsetsListener {