/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
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
|
D | RemoteInputQuickSettingsDisabler.kt | 40 private var shouldUseSplitNotificationShade: Boolean variable
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenContentViewModelTest.kt | 155 val shouldUseSplitNotificationShade by in <lambda>() constant 166 val shouldUseSplitNotificationShade by in <lambda>() constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | NotificationSection.kt | 93 val shouldUseSplitNotificationShade by in SceneScope() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenContentViewModel.kt | 57 val shouldUseSplitNotificationShade: StateFlow<Boolean> = in <lambda>() constant 70 ) { clockSize, shouldUseSplitNotificationShade -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/ |
D | DefaultBlueprint.kt | 70 val shouldUseSplitNotificationShade by in <lambda>() constant
|
D | ShortcutsBesideUdfpsBlueprint.kt | 72 val shouldUseSplitNotificationShade by in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 205 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged()
|
D | QSPanelControllerBase.java | 146 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged()
|
/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
|