Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java348 AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory() in executeCommand() local
350 interactionHandler.setGestureEndCallback( in executeCommand()
351 () -> onTransitionComplete(cmd, interactionHandler)); in executeCommand()
352 interactionHandler.initWhenReady("OverviewCommandHelper: cmd.type=" + cmd.type); in executeCommand()
361 interactionHandler.onGestureEnded(0, new PointF())); in executeCommand()
367 interactionHandler.onGestureCancelled(); in executeCommand()
385 cmd.mActiveCallbacks.addListener(interactionHandler); in executeCommand()
386 mTaskAnimationManager.notifyRecentsAnimationState(interactionHandler); in executeCommand()
387 interactionHandler.onGestureStarted(true /*isLikelyToStartNewTask*/); in executeCommand()
392 Intent intent = new Intent(interactionHandler.getLaunchIntent()); in executeCommand()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepWidgetHolder.java80 @Nullable RemoteViews.InteractionHandler interactionHandler) { in QuickstepWidgetHolder() argument
84 mInteractionHandler = interactionHandler; in QuickstepWidgetHolder()
347 @Nullable RemoteViews.InteractionHandler interactionHandler) { in newInstance() argument
355 host.setInteractionHandler(interactionHandler); in newInstance()
360 return new QuickstepWidgetHolder(context, appWidgetRemovedCallback, interactionHandler); in newInstance()