Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java88 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
414 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()
547 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()
1313 scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight + mBottomStackPeekSize in getScrollRange()
2245 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize; in getEmptyBottomMargin()
2318 int stackEnd = mMaxLayoutHeight - mBottomStackPeekSize - in updateScrollPositionOnExpandInBottom()
2709 mStackScrollAlgorithm.updateIsSmallScreen(mMaxLayoutHeight - qsMinHeight); in updateIsSmallScreen()