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/notification/stack/
DAmbientState.java66 private int mMaxLayoutHeight; field in AmbientState
293 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()
343 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java219 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
1186 mMaxLayoutHeight = maxLayoutHeight;
1606 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2344 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
2887 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4491 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
4671 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java83 private int mMaxLayoutHeight; field in NotificationShelf
250 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()
652 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();
658 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position
663 iconState.customTransformHeight = (int) (mMaxLayoutHeight
689 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
953 mMaxLayoutHeight = maxLayoutHeight;