Searched refs:mInteractionHandler (Results 1 – 2 of 2) sorted by relevance
96 private AbsSwipeUpHandler mInteractionHandler; field in OtherActivityInputConsumer182 if (mPassedWindowMoveSlop && mInteractionHandler != null in onMotionEvent()184 mRecentsViewDispatcher.setConsumer(mInteractionHandler in onMotionEvent()343 if (mInteractionHandler != null) { in onMotionEvent()346 mInteractionHandler.updateDisplacement(displacement - mStartDisplacement); in onMotionEvent()352 mInteractionHandler.getThresholdToAllowMotionPause()); in onMotionEvent()353 mInteractionHandler.setCanSlowSwipeGoHome(minSwipeMet); in onMotionEvent()357 mInteractionHandler.setIsLikelyToStartNewTask(isLikelyToStartNewTask); in onMotionEvent()378 if (mInteractionHandler == null) { in notifyGestureStarted()387 mInteractionHandler.onGestureStarted(isLikelyToStartNewTask); in notifyGestureStarted()[all …]
71 private final @Nullable RemoteViews.InteractionHandler mInteractionHandler; field in QuickstepWidgetHolder84 mInteractionHandler = interactionHandler; in QuickstepWidgetHolder()241 widgetView.setInteractionHandler(mInteractionHandler); in createViewInternal()