Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSContainerController.kt6 fun setCustomizerShowing(showing: Boolean) = setCustomizerShowing(showing, 0L) regex
8 fun setCustomizerShowing(showing: Boolean, animationDuration: Long) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java139 mQsContainerController.setCustomizerShowing(true, duration); in show()
154 mQsContainerController.setCustomizerShowing(true); in showImmediately()
173 mQsContainerController.setCustomizerShowing(false, duration); in hide()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationsQSContainerControllerTest.kt489 underTest.setCustomizerShowing(true, 100L)
495 underTest.setCustomizerShowing(true, 0L) // Only tracks changes
498 underTest.setCustomizerShowing(false, 100L)
H A DNotificationsQSContainerControllerLegacyTest.kt506 underTest.setCustomizerShowing(true, 100L)
512 underTest.setCustomizerShowing(true, 0L) // Only tracks changes
515 underTest.setCustomizerShowing(false, 100L)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQSContainerController.kt207 override fun setCustomizerShowing(showing: Boolean, animationDuration: Long) {