Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java365 public boolean shouldCancelCurrentGesture() { in shouldCancelCurrentGesture() method in LauncherActivityInterface
368 return super.shouldCancelCurrentGesture(); in shouldCancelCurrentGesture()
DBaseContainerInterface.java128 public boolean shouldCancelCurrentGesture() { in shouldCancelCurrentGesture() method in BaseContainerInterface
DTouchInteractionService.java923 && mGestureState.getContainerInterface().shouldCancelCurrentGesture();