Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java54 private int mMaxLayoutHeight; field in AmbientState
198 return Math.max(Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding, mLayoutMinHeight); in getInnerHeight()
238 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java126 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
604 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()
866 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()
1829 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight); in getScrollRange()
3327 return Math.max(mMaxLayoutHeight - mContentHeight, 0); in getEmptyBottomMargin()
3456 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation; in updateScrollPositionOnExpandInBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java63 private int mMaxLayoutHeight; field in NotificationShelf
196 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()
365 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
555 mMaxLayoutHeight = maxLayoutHeight;