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 D | QSContainerController.kt | 6 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 D | QSCustomizer.java | 139 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 D | NotificationsQSContainerControllerTest.kt | 489 underTest.setCustomizerShowing(true, 100L) 495 underTest.setCustomizerShowing(true, 0L) // Only tracks changes 498 underTest.setCustomizerShowing(false, 100L)
|
H A D | NotificationsQSContainerControllerLegacyTest.kt | 506 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 D | NotificationsQSContainerController.kt | 207 override fun setCustomizerShowing(showing: Boolean, animationDuration: Long) {
|