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/notification/stack/
DNotificationStackScrollLayout.java171 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
1080 mMaxLayoutHeight = maxLayoutHeight;
1515 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2072 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
3866 return Math.max(mMaxLayoutHeight - mContentHeight, 0); in getEmptyBottomMargin()
4025 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation; in updateScrollPositionOnExpandInBottom()