Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java561 boolean canStartSystemGesture = mDeviceState.canStartSystemGesture(); in newConsumer()
564 if (canStartSystemGesture) { in newConsumer()
578 InputConsumer base = canStartSystemGesture in newConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java465 public boolean canStartSystemGesture() { in canStartSystemGesture() method in RecentsAnimationDeviceState
722 pw.println(" canStartSystemGesture=" + canStartSystemGesture()); in dump()