/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputQuickSettingsDisabler.kt | 40 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()
|
D | SplitShadeStateController.kt | 32 fun shouldUseSplitNotificationShade(resources: Resources): Boolean method
|
D | ResourcesSplitShadeStateController.kt | 38 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.statusbar.policy.ResourcesSplitShadeStateController
|
D | SplitShadeStateControllerImpl.kt | 41 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/ |
D | LockscreenContentViewModelTest.kt | 155 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/ |
D | LockscreenContentViewModel.kt | 57 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/ |
D | NotificationSection.kt | 93 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/ |
D | DefaultBlueprint.kt | 70 val shouldUseSplitNotificationShade by in <lambda>() constant 71 viewModel.shouldUseSplitNotificationShade.collectAsStateWithLifecycle() in <lambda>() 103 if (shouldUseSplitNotificationShade) { in <lambda>() 115 if (!shouldUseSplitNotificationShade) { in <lambda>()
|
D | ShortcutsBesideUdfpsBlueprint.kt | 72 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/ |
D | AbstractLockscreenShadeTransitionController.kt | 49 .shouldUseSplitNotificationShade(context.resources) in updateResourcesInternal()
|
D | NotificationShadeDepthController.kt | 333 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in <lambda>()
|
D | LockscreenShadeTransitionController.kt | 283 useSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/ |
D | LargeScreenShadeInterpolatorImpl.kt | 52 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateResources()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 205 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged() argument 208 mView.setCanCollapse(!shouldUseSplitNotificationShade); in onSplitShadeChanged()
|
D | QSPanelControllerBase.java | 119 .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/ |
D | ShadeStartable.kt | 95 splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | SharedNotificationContainerInteractor.kt | 67 splitShadeStateController.shouldUseSplitNotificationShade( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultStatusViewSection.kt | 112 if (splitShadeStateController.shouldUseSplitNotificationShade(context.resources)) { in applyConstraints()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | KeyguardMediaController.kt | 96 useSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateResources()
|
D | MediaHierarchyManager.kt | 651 inSplitShade = splitShadeStateController.shouldUseSplitNotificationShade(context.resources) in updateConfiguration()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSPanelControllerBaseSceneContainerTest.kt | 89 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.qs.QSPanelControllerBaseSceneContainerTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationsQSContainerController.kt | 157 splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()
|
D | QuickSettingsControllerImpl.java | 350 mSplitShadeEnabled = mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in QuickSettingsControllerImpl() 434 mSplitShadeEnabled = mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in updateResources()
|
D | NotificationPanelViewController.java | 894 mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in NotificationPanelViewController() 1345 mSplitShadeStateController.shouldUseSplitNotificationShade(mResources); in updateResources()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculator.kt | 193 isMediaShowing && !splitShadeStateController.shouldUseSplitNotificationShade(resources) in <lambda>()
|