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.java90 if (topView != null && topView.canHandleBack()) { in dispatchKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java189 public boolean canHandleBack() { in canHandleBack() method in AbstractFloatingView
DLauncher.java678 if (topView != null && topView.canHandleBack()) { in getOnBackAnimationCallback()
684 if (handler.canHandleBack()) { in getOnBackAnimationCallback()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayer.java280 if (topView != null && topView.canHandleBack()) { in dispatchKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java158 if (topView != null && topView.canHandleBack()) { in onBackPressed()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java170 public boolean canHandleBack() {