Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java19 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType;
87 if (getTopOpenViewWithType(mLauncher, TYPE_TOUCH_CONTROLLER_NO_INTERCEPT) != null) { in canInterceptTouch()
DStatusBarTouchController.java165 AbstractFloatingView.getTopOpenViewWithType(mLauncher, in canInterceptTouch()
DNavBarToHomeTouchController.java125 if (AbstractFloatingView.getTopOpenViewWithType(mLauncher, typeToClose) != null) { in canInterceptTouch()
DTaskViewTouchController.java116 if (AbstractFloatingView.getTopOpenViewWithType( in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java303 return getTopOpenViewWithType(activity, TYPE_ALL); in getTopOpenView()
306 public static AbstractFloatingView getTopOpenViewWithType(ActivityContext activity, in getTopOpenViewWithType() method in AbstractFloatingView
DLauncher.java29 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType;
2773 return getTopOpenViewWithType(this, TYPE_FOLDER) == null
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java210 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in onRequestSendAccessibilityEvent()
225 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in addChildrenForAccessibility()
DOptionsPopupView.java249 AbstractFloatingView floatingView = AbstractFloatingView.getTopOpenViewWithType( in openWidgets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java250 || getTopOpenViewWithType( in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java211 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in addChildrenForAccessibility()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java666 return AbstractFloatingView.getTopOpenViewWithType(mFolder.mActivityContext, in canScroll()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java36 import static com.android.launcher3.AbstractFloatingView.getTopOpenViewWithType;
2719 TaskMenuView tv = (TaskMenuView) getTopOpenViewWithType(mContainer, TYPE_TASK_MENU); in updateChildTaskOrientations()