Home
last modified time | relevance | path

Searched refs:shouldUseSplitNotificationShade (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.kt40 private var shouldUseSplitNotificationShade: Boolean
45 shouldUseSplitNotificationShade =
46 LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
54 !shouldUseSplitNotificationShade
77 val newSplitShadeFlag = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
78 if (newSplitShadeFlag != shouldUseSplitNotificationShade) {
79 shouldUseSplitNotificationShade = newSplitShadeFlag
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DLargeScreenUtils.kt13 fun shouldUseSplitNotificationShade(resources: Resources): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DLargeScreenShadeInterpolatorImpl.kt51 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAbstractLockscreenShadeTransitionController.kt47 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DNotificationShadeDepthController.kt332 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DLockscreenShadeTransitionController.kt269 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java148 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged() argument
151 mView.setCanCollapse(!shouldUseSplitNotificationShade); in onSplitShadeChanged()
H A DQSPanelControllerBase.java97 LargeScreenUtils.shouldUseSplitNotificationShade(getResources());
117 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged() argument
153 LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in QSPanelControllerBase()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt33 import com.android.systemui.util.LargeScreenUtils.shouldUseSplitNotificationShade
184 if (isMediaShowing && !shouldUseSplitNotificationShade(resources)) 2 else 1
H A DNotificationStackScrollLayout.java5678 boolean split = LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in updateSplitNotificationShade()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DKeyguardMediaController.kt111 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DMediaHierarchyManager.kt571 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQSContainerController.kt152 val newSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(resources)
H A DQuickSettingsController.java357 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in QuickSettingsController()
444 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()
H A DNotificationPanelViewController.java871 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in NotificationPanelViewController()
1289 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()