Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java422 int oldMaxHeight = mQsMaxExpansionHeight; in onLayout() local
436 if (mQsMaxExpansionHeight != oldMaxHeight) { in onLayout()
437 startQsSizeChangeAnimation(oldMaxHeight, mQsMaxExpansionHeight); in onLayout()