Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java79 void notifyCustomizeChanged(); in notifyCustomizeChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java298 public void notifyCustomizeChanged() { in notifyCustomizeChanged() method in QSFragmentLegacy
300 mQsImpl.notifyCustomizeChanged(); in notifyCustomizeChanged()
DQSImpl.java897 public void notifyCustomizeChanged() { in notifyCustomizeChanged() method in QSImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java225 mQs.notifyCustomizeChanged(); in setCustomizing()
264 mQs.notifyCustomizeChanged(); in onAnimationCancel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/composefragment/
DQSFragmentCompose.kt473 override fun notifyCustomizeChanged() { in <lambda>() method in com.android.systemui.qs.composefragment.QSFragmentCompose