Home
last modified time | relevance | path

Searched refs:setCustomizerShowing (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java127 mQsContainerController.setCustomizerShowing(true); in show()
140 mQsContainerController.setCustomizerShowing(true); in showImmediately()
158 mQsContainerController.setCustomizerShowing(false); in hide()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSContainerController.kt6 fun setCustomizerShowing(showing: Boolean) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQSContainerController.kt85 override fun setCustomizerShowing(showing: Boolean) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationQSContainerControllerTest.kt169 notificationsQSContainerController.setCustomizerShowing(true)