Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherActivityInterface.java333 public boolean shouldCancelCurrentGesture() { in shouldCancelCurrentGesture() method in LauncherActivityInterface
336 return super.shouldCancelCurrentGesture(); in shouldCancelCurrentGesture()
H A DBaseActivityInterface.java176 public boolean shouldCancelCurrentGesture() { in shouldCancelCurrentGesture() method in BaseActivityInterface
H A DTouchInteractionService.java653 && mGestureState.getActivityInterface().shouldCancelCurrentGesture(); in onInputEvent()