Searched refs:interactionHandler (Results 1 – 2 of 2) sorted by relevance
348 AbsSwipeUpHandler interactionHandler = mService.getSwipeUpHandlerFactory() in executeCommand() local350 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 …]
80 @Nullable RemoteViews.InteractionHandler interactionHandler) { in QuickstepWidgetHolder() argument84 mInteractionHandler = interactionHandler; in QuickstepWidgetHolder()347 @Nullable RemoteViews.InteractionHandler interactionHandler) { in newInstance() argument355 host.setInteractionHandler(interactionHandler); in newInstance()360 return new QuickstepWidgetHolder(context, appWidgetRemovedCallback, interactionHandler); in newInstance()