Home
last modified time | relevance | path

Searched defs:shouldUseSplitNotificationShade (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
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
DRemoteInputQuickSettingsDisabler.kt40 private var shouldUseSplitNotificationShade: Boolean variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelTest.kt155 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/
DNotificationSection.kt93 val shouldUseSplitNotificationShade by in SceneScope() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModel.kt57 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/
DDefaultBlueprint.kt70 val shouldUseSplitNotificationShade by in <lambda>() constant
DShortcutsBesideUdfpsBlueprint.kt72 val shouldUseSplitNotificationShade by in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java205 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged()
DQSPanelControllerBase.java146 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged()
/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