Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DBackPressHandler.java29 boolean canHandleBack(); in canHandleBack() method
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java85 public boolean canHandleBack() { in canHandleBack() method in DiscoveryBounce
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayDragLayer.java91 if (topView != null && topView.canHandleBack()) { in dispatchKeyEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayer.java279 if (topView != null && topView.canHandleBack()) { in dispatchKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java188 public boolean canHandleBack() { in canHandleBack() method in AbstractFloatingView
DLauncher.java657 if (topView != null && topView.canHandleBack()) { in getOnBackAnimationCallback()
663 if (handler.canHandleBack()) { in getOnBackAnimationCallback()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java179 if (topView != null && topView.canHandleBack()) { in onBackPressed()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java173 public boolean canHandleBack() {