Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java161 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mLauncher); in initCurrentAnimation()
207 AbstractFloatingView topOpenView = AbstractFloatingView.getTopOpenView(mLauncher); in onDragEnd()
H A DTwoButtonNavbarTouchController.java80 if (AbstractFloatingView.getTopOpenView(mLauncher) != null) { in canInterceptTouchInternal()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java178 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mActivity); in findControllerToHandleTouch()
451 View topView = AbstractFloatingView.getTopOpenView(mActivity); in onRequestFocusInDescendants()
461 View topView = AbstractFloatingView.getTopOpenView(mActivity); in addFocusables()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DAllAppsSwipeController.java55 if (AbstractFloatingView.getTopOpenView(mLauncher) != null) { in canInterceptTouch()
H A DWorkspaceTouchListener.java158 return AbstractFloatingView.getTopOpenView(mLauncher) == null in canHandleLongPress()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DDiscoveryBounce.java128 || AbstractFloatingView.getTopOpenView(launcher) != null in showForHomeIfNeeded()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDragLayer.java154 if (AbstractFloatingView.getTopOpenView(mActivity) != null) { in onControllerInterceptTouchEvent()
H A DSecondaryDisplayLauncher.java128 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(this); in onBackPressed()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAbstractFloatingView.java276 public static AbstractFloatingView getTopOpenView(ActivityContext activity) { in getTopOpenView() method in AbstractFloatingView
H A DLauncher.java1543 && AbstractFloatingView.getTopOpenView(this) == null; in onNewIntent()
1990 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(this); in onBackPressed()
H A DPagedView.java1490 return (ac == null || AbstractFloatingView.getTopOpenView(ac) == null); in canScroll()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java136 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mActivity); in onInterceptHoverEvent()