Searched refs:getOpenView (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | QuickstepOnboardingPrefs.java | 19 import static com.android.launcher3.AbstractFloatingView.getOpenView; 112 if (getOpenView(mLauncher, TYPE_ALL_APPS_EDU) == null) { in QuickstepOnboardingPrefs() 127 AllAppsEduView view = getOpenView(mLauncher, TYPE_ALL_APPS_EDU); in QuickstepOnboardingPrefs()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | AbstractFloatingView.java | 200 public static <T extends AbstractFloatingView> T getOpenView( in getOpenView() method in AbstractFloatingView 234 AbstractFloatingView view = getOpenView(activity, type); in closeOpenContainer() 282 return getOpenView(activity, type); in getTopOpenViewWithType()
|
H A D | Launcher.java | 1626 .getOpenView(this, AbstractFloatingView.TYPE_WIDGETS_FULL_SHEET); in onSaveInstanceState() 2246 AbstractFloatingView snackbar = AbstractFloatingView.getOpenView(this, TYPE_SNACKBAR); in preAddApps()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | TwoButtonNavbarTouchController.java | 19 import static com.android.launcher3.AbstractFloatingView.getOpenView; 169 if (getOpenView(mLauncher, TYPE_ALL_APPS_EDU) == null) { in onSwipeInteractionCompleted()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragLayerController.java | 172 || AbstractFloatingView.getOpenView(mActivity, TYPE_ALL) != null) { in updateInsetsTouchability()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupContainerWithArrow.java | 494 return getOpenView(context, TYPE_ACTION_POPUP);
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | Folder.java | 1582 return getOpenView(activityContext, TYPE_FOLDER); in getOpen()
|