Searched refs:getTopOpenViewWithType (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | AbstractFloatingView.java | 277 return getTopOpenViewWithType(activity, TYPE_ALL); in getTopOpenView() 280 public static AbstractFloatingView getTopOpenViewWithType(ActivityContext activity, in getTopOpenViewWithType() method in AbstractFloatingView
|
H A D | Launcher.java | 30 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType; 3006 return getTopOpenViewWithType(this, TYPE_FOLDER) == null in shouldUseColorExtractionForPopup()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | PortraitStatesTouchController.java | 20 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType; 109 if (getTopOpenViewWithType(mLauncher, TYPE_ACCESSIBLE | TYPE_ALL_APPS_EDU) != null) { in canInterceptTouch()
|
H A D | StatusBarTouchController.java | 155 AbstractFloatingView.getTopOpenViewWithType(mLauncher, in canInterceptTouch()
|
H A D | NavBarToHomeTouchController.java | 111 if (AbstractFloatingView.getTopOpenViewWithType(mLauncher, typeToClose) != null) { in canInterceptTouch()
|
H A D | TaskViewTouchController.java | 114 if (AbstractFloatingView.getTopOpenViewWithType(mActivity, TYPE_ACCESSIBLE) != null) { in canInterceptTouch()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarEduPagedView.java | 75 return AbstractFloatingView.getTopOpenViewWithType( in canScroll()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | BaseDragLayer.java | 211 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in onRequestSendAccessibilityEvent() 226 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in addChildrenForAccessibility()
|
H A D | OptionsPopupView.java | 218 AbstractFloatingView floatingView = AbstractFloatingView.getTopOpenViewWithType( in openWidgets()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragLayer.java | 202 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in addChildrenForAccessibility()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | BaseQuickstepLauncher.java | 465 shouldBackButtonBeHidden = AbstractFloatingView.getTopOpenViewWithType(this, in shouldBackButtonBeHidden()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderPagedView.java | 636 return AbstractFloatingView.getTopOpenViewWithType(mFolder.mActivityContext, in canScroll()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | RecentsView.java | 24 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType; 2107 TaskMenuView tv = (TaskMenuView) getTopOpenViewWithType(mActivity, TYPE_TASK_MENU); in updateChildTaskOrientations()
|