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.java58 private int mMaxLayoutHeight; field in AmbientState
235 return Math.max(Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding, mLayoutMinHeight); in getInnerHeight()
276 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java148 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
720 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()
1066 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2045 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
3598 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
3740 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java72 private int mMaxLayoutHeight; field in NotificationShelf
240 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()
500 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();
506 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position
511 iconState.customTransformHeight = (int) (mMaxLayoutHeight
573 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
783 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()