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.java67 private int mMaxLayoutHeight; field in AmbientState
292 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()
342 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java198 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
1101 mMaxLayoutHeight = maxLayoutHeight;
1524 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2255 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
2759 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4319 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
4499 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java82 private int mMaxLayoutHeight; field in NotificationShelf
245 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()
566 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();
572 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position
577 iconState.customTransformHeight = (int) (mMaxLayoutHeight
639 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
864 mMaxLayoutHeight = maxLayoutHeight;