Home
last modified time | relevance | path

Searched defs:shouldUseSplitNotificationShade (Results 1 – 7 of 7) 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.kt41 private var shouldUseSplitNotificationShade: Boolean variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java208 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged()
DQSPanelControllerBase.java158 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt89 override fun shouldUseSplitNotificationShade(resources: Resources): Boolean { in shouldUseSplitNotificationShade() method in com.android.systemui.qs.QSPanelControllerBaseSceneContainerTest