Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2176 int maxQsHeight = mQsMaxExpansionHeight; in calculatePanelHeightQsExpanded() local
2179 maxQsHeight += mQsNotificationTopPadding; in calculatePanelHeightQsExpanded()
2184 maxQsHeight = (int) mQsSizeChangeAnimator.getAnimatedValue(); in calculatePanelHeightQsExpanded()
2187 maxQsHeight, mBarState == StatusBarState.KEYGUARD in calculatePanelHeightQsExpanded()
2191 float fullyCollapsedHeight = maxQsHeight in calculatePanelHeightQsExpanded()