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.java83 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
392 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()
504 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()
1236 scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight + mBottomStackPeekSize in getScrollRange()
2027 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize; in getEmptyBottomMargin()
2085 int stackEnd = mMaxLayoutHeight - mBottomStackPeekSize - in updateScrollPositionOnExpandInBottom()
2388 mStackScrollAlgorithm.updateIsSmallScreen(mMaxLayoutHeight - qsMinHeight); in updateIsSmallScreen()