Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java222 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QSFragmentLegacy
224 mQsImpl.setShouldUpdateSquishinessOnMedia(shouldUpdate); in setShouldUpdateSquishinessOnMedia()
DQSImpl.java625 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QSImpl
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java98 default void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) {} in setShouldUpdateSquishinessOnMedia() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java266 mUnderTest.setShouldUpdateSquishinessOnMedia(true); in setQsExpansion_whenShouldUpdateSquishinessTrue_setsSquishinessBasedOnFraction()
283 mUnderTest.setShouldUpdateSquishinessOnMedia(false); in setQsExpansion_whenOnKeyguardAndShouldUpdateSquishinessFalse_setsSquishiness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java467 this::setShouldUpdateSquishinessOnMedia); in init() local
902 private void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() method in QuickSettingsControllerImpl
904 mQs.setShouldUpdateSquishinessOnMedia(shouldUpdate); in setShouldUpdateSquishinessOnMedia()