Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java338 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in shadeExpanded_onKeyguard() local
339 mQsController.handleShadeLayoutChanged(oldMaxHeight); in shadeExpanded_onKeyguard()
521 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in triggerLayoutChange() local
522 mQsController.handleShadeLayoutChanged(oldMaxHeight); in triggerLayoutChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java822 int oldMaxHeight = getMaxExpansionHeight(); in updateHeightsOnShadeLayoutChange() local
829 return oldMaxHeight; in updateHeightsOnShadeLayoutChange()
834 void handleShadeLayoutChanged(int oldMaxHeight) { in handleShadeLayoutChanged() argument
842 if (getMaxExpansionHeight() != oldMaxHeight) { in handleShadeLayoutChanged()
843 startSizeChangeAnimation(oldMaxHeight, in handleShadeLayoutChanged()
DNotificationPanelViewController.java4744 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange();
4746 mQsController.handleShadeLayoutChanged(oldMaxHeight);