Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java218 if (completed && !isButton && shouldNotifyBackGesture()) {
877 protected boolean shouldNotifyBackGesture() { in shouldNotifyBackGesture() method in TouchInteractionService
884 if (shouldNotifyBackGesture()) { in tryNotifyBackGesture()