Home
last modified time | relevance | path

Searched refs:removeShelfFromOverview (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java23 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
112 && removeShelfFromOverview(launcher)) { in getQsbScaleAndTranslation()
132 if (ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(launcher) ||
DQuickstepAtomicAnimationFactory.java54 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
223 && removeShelfFromOverview(mActivity) in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java19 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
48 if (ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(context)) { in getShelfTrackingDistance()
DQuickstepOnboardingPrefs.java26 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
70 && removeShelfFromOverview(launcher)) { in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DOverviewActionsView.java21 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
146 updateHiddenFlags(HIDDEN_UNSUPPORTED_NAVIGATION, !removeShelfFromOverview(getContext())); in onAttachedToWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java22 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
186 return FeatureFlags.ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(this); in isOverviewActionsEnabled()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java32 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
153 if (ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(mLauncher)) { in getTargetState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java26 import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;
410 return ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(context); in showOverviewActions()
DSysUINavigationMode.java133 public static boolean removeShelfFromOverview(Context context) { in removeShelfFromOverview() method in SysUINavigationMode
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java169 && SysUINavigationMode.removeShelfFromOverview(context)) { in reInitUi()