Home
last modified time | relevance | path

Searched defs:setShouldUpdateSquishinessOnMedia (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java136 default void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) {} in setShouldUpdateSquishinessOnMedia() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java270 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QSFragmentLegacy
DQSImpl.java652 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QSImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java466 this::setShouldUpdateSquishinessOnMedia); in init() local
933 private void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QuickSettingsControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/composefragment/
DQSFragmentCompose.kt494 override fun setShouldUpdateSquishinessOnMedia(shouldUpdate: Boolean) { in <lambda>() method in com.android.systemui.qs.composefragment.QSFragmentCompose