Searched refs:oldMaxHeight (Results 1 – 3 of 3) sorted by relevance
338 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in shadeExpanded_onKeyguard() local339 mQsController.handleShadeLayoutChanged(oldMaxHeight); in shadeExpanded_onKeyguard()521 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange(); in triggerLayoutChange() local522 mQsController.handleShadeLayoutChanged(oldMaxHeight); in triggerLayoutChange()
822 int oldMaxHeight = getMaxExpansionHeight(); in updateHeightsOnShadeLayoutChange() local829 return oldMaxHeight; in updateHeightsOnShadeLayoutChange()834 void handleShadeLayoutChanged(int oldMaxHeight) { in handleShadeLayoutChanged() argument842 if (getMaxExpansionHeight() != oldMaxHeight) { in handleShadeLayoutChanged()843 startSizeChangeAnimation(oldMaxHeight, in handleShadeLayoutChanged()
4744 int oldMaxHeight = mQsController.updateHeightsOnShadeLayoutChange();4746 mQsController.handleShadeLayoutChanged(oldMaxHeight);