Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerTest.java295 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in shadeExpanded_onKeyguard()
472 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in triggerLayoutChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java825 int updateHeightsOnShadeLayoutChange() { in updateHeightsOnShadeLayoutChange() method in QuickSettingsController
H A DNotificationPanelViewController.java4696 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in onLayoutChange()