Home
last modified time | relevance | path

Searched refs:setCustomizerAnimating (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java138 mQsContainerController.setCustomizerAnimating(true); in show()
153 mQsContainerController.setCustomizerAnimating(false); in showImmediately()
172 mQsContainerController.setCustomizerAnimating(animate); in hide()
211 mQsContainerController.setCustomizerAnimating(false); in onAnimationEnd()
219 mQsContainerController.setCustomizerAnimating(false); in onAnimationCancel()
229 mQsContainerController.setCustomizerAnimating(false);
237 mQsContainerController.setCustomizerAnimating(false);
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSContainerController.kt4 fun setCustomizerAnimating(animating: Boolean) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQSContainerController.kt200 override fun setCustomizerAnimating(animating: Boolean) {