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.java1637 int maxQsHeight = mQsMaxExpansionHeight; in calculatePanelHeightQsExpanded() local
1640 maxQsHeight += mQsNotificationTopPadding; in calculatePanelHeightQsExpanded()
1645 maxQsHeight = (int) mQsSizeChangeAnimator.getAnimatedValue(); in calculatePanelHeightQsExpanded()
1648 maxQsHeight, mStatusBarState == StatusBarState.KEYGUARD in calculatePanelHeightQsExpanded()
1652 float fullyCollapsedHeight = maxQsHeight in calculatePanelHeightQsExpanded()