Searched refs:oldMaxHeight (Results 1 – 3 of 3) sorted by relevance
295 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in shadeExpanded_onKeyguard() local296 mQsController.handleShadeLayoutChanged(oldMaxHeight); in shadeExpanded_onKeyguard()472 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in triggerLayoutChange() local473 mQsController.handleShadeLayoutChanged(oldMaxHeight); in triggerLayoutChange()
826 int oldMaxHeight = getMaxExpansionHeight(); in updateHeightsOnShadeLayoutChange() local833 return oldMaxHeight; in updateHeightsOnShadeLayoutChange()838 void handleShadeLayoutChanged(int oldMaxHeight) { in handleShadeLayoutChanged() argument846 if (getMaxExpansionHeight() != oldMaxHeight) { in handleShadeLayoutChanged()847 startSizeChangeAnimation(oldMaxHeight, in handleShadeLayoutChanged()
4696 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in onLayoutChange() local4698 mQsController.handleShadeLayoutChanged(oldMaxHeight); in onLayoutChange()