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.java68 private int mMaxLayoutHeight; field in AmbientState
289 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()
339 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java198 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
1078 mMaxLayoutHeight = maxLayoutHeight;
1483 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2214 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
2713 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4275 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
4454 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java79 private int mMaxLayoutHeight; field in NotificationShelf
270 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()
580 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();
586 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position
591 iconState.customTransformHeight = (int) (mMaxLayoutHeight
653 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
877 mMaxLayoutHeight = maxLayoutHeight;