Home
last modified time | relevance | path

Searched refs:interactionHandler (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOverviewCommandHelper.java202 AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory() in executeCommand() local
204 interactionHandler.setGestureEndCallback( in executeCommand()
205 () -> onTransitionComplete(cmd, interactionHandler)); in executeCommand()
206 interactionHandler.initWhenReady(); in executeCommand()
212 interactionHandler.onGestureEnded(0, new PointF(), new PointF()); in executeCommand()
218 interactionHandler.onGestureCancelled(); in executeCommand()
231 cmd.mActiveCallbacks.addListener(interactionHandler); in executeCommand()
232 mTaskAnimationManager.notifyRecentsAnimationState(interactionHandler); in executeCommand()
233 interactionHandler.onGestureStarted(true /*isLikelyToStartNewTask*/); in executeCommand()
238 Intent intent = new Intent(interactionHandler.getLaunchIntent()); in executeCommand()
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteCollectionItemsAdapter.java49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() argument
58 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter()
71 @NonNull InteractionHandler interactionHandler, in setData() argument
79 mInteractionHandler = interactionHandler; in setData()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java327 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler() argument
328 mInteractionHandler = interactionHandler; in setInteractionHandler()