Home
last modified time | relevance | path

Searched refs:getOpenView (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DQuickstepOnboardingPrefs.java19 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 DAbstractFloatingView.java200 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 DLauncher.java1626 .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 DTwoButtonNavbarTouchController.java19 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 DTaskbarDragLayerController.java172 || AbstractFloatingView.getOpenView(mActivity, TYPE_ALL) != null) { in updateInsetsTouchability()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java494 return getOpenView(context, TYPE_ACTION_POPUP);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1582 return getOpenView(activityContext, TYPE_FOLDER); in getOpen()