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.java580 int oldMaxHeight = mQsMaxExpansionHeight; in onLayout() local
594 if (mQsMaxExpansionHeight != oldMaxHeight) { in onLayout()
595 startQsSizeChangeAnimation(oldMaxHeight, mQsMaxExpansionHeight); in onLayout()