Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.kt40 private var shouldUseSplitNotificationShade: Boolean variable
45 shouldUseSplitNotificationShade =
46 splitShadeStateController.shouldUseSplitNotificationShade(context.resources)
54 !shouldUseSplitNotificationShade in adjustDisableFlags()
78 .shouldUseSplitNotificationShade(context.resources) in onConfigChanged()
79 if (newSplitShadeFlag != shouldUseSplitNotificationShade) { in onConfigChanged()
80 shouldUseSplitNotificationShade = newSplitShadeFlag in onConfigChanged()
DSplitShadeStateController.kt32 fun shouldUseSplitNotificationShade(resources: Resources): Boolean method
DResourcesSplitShadeStateController.kt38 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.statusbar.policy.ResourcesSplitShadeStateController
DSplitShadeStateControllerImpl.kt41 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.statusbar.policy.SplitShadeStateControllerImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelTest.kt155 val shouldUseSplitNotificationShade by in <lambda>() constant
156 collectLastValue(underTest.shouldUseSplitNotificationShade) in <lambda>()
158 assertThat(shouldUseSplitNotificationShade).isTrue() in <lambda>()
166 val shouldUseSplitNotificationShade by in <lambda>() constant
167 collectLastValue(underTest.shouldUseSplitNotificationShade) in <lambda>()
169 assertThat(shouldUseSplitNotificationShade).isFalse() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModel.kt57 val shouldUseSplitNotificationShade: StateFlow<Boolean> = in <lambda>() constant
69 shouldUseSplitNotificationShade, in <lambda>()
70 ) { clockSize, shouldUseSplitNotificationShade -> in <lambda>() method
71 clockSize == ClockSize.SMALL || shouldUseSplitNotificationShade in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt93 val shouldUseSplitNotificationShade by in SceneScope() constant
94 lockscreenContentViewModel.shouldUseSplitNotificationShade.collectAsStateWithLifecycle() in SceneScope()
114 .thenIf(shouldUseSplitNotificationShade) { in SceneScope()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DDefaultBlueprint.kt70 val shouldUseSplitNotificationShade by in <lambda>() constant
71 viewModel.shouldUseSplitNotificationShade.collectAsStateWithLifecycle() in <lambda>()
103 if (shouldUseSplitNotificationShade) { in <lambda>()
115 if (!shouldUseSplitNotificationShade) { in <lambda>()
DShortcutsBesideUdfpsBlueprint.kt72 val shouldUseSplitNotificationShade by in <lambda>() constant
73 viewModel.shouldUseSplitNotificationShade.collectAsStateWithLifecycle() in <lambda>()
105 if (shouldUseSplitNotificationShade) { in <lambda>()
117 if (!shouldUseSplitNotificationShade) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAbstractLockscreenShadeTransitionController.kt49 .shouldUseSplitNotificationShade(context.resources) in updateResourcesInternal()
DNotificationShadeDepthController.kt333 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in <lambda>()
DLockscreenShadeTransitionController.kt283 useSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
DLargeScreenShadeInterpolatorImpl.kt52 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java205 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged() argument
208 mView.setCanCollapse(!shouldUseSplitNotificationShade); in onSplitShadeChanged()
DQSPanelControllerBase.java119 .shouldUseSplitNotificationShade(getResources());
146 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged() argument
185 mSplitShadeStateController.shouldUseSplitNotificationShade(getResources()); in QSPanelControllerBase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/startable/
DShadeStartable.kt95 splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractor.kt67 splitShadeStateController.shouldUseSplitNotificationShade( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt112 if (splitShadeStateController.shouldUseSplitNotificationShade(context.resources)) { in applyConstraints()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DKeyguardMediaController.kt96 useSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateResources()
DMediaHierarchyManager.kt651 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateConfiguration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt89 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.qs.QSPanelControllerBaseSceneContainerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt157 splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()
DQuickSettingsControllerImpl.java350 mSplitShadeEnabled = mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in QuickSettingsControllerImpl()
434 mSplitShadeEnabled = mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in updateResources()
DNotificationPanelViewController.java894 mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in NotificationPanelViewController()
1345 mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in updateResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt193 isMediaShowing && !splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()

12