Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java178 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
859 y = mMaxLayoutHeight; in onDrawDebug()
1266 mMaxLayoutHeight = maxLayoutHeight;
1272 mAmbientState.setLayoutMaxHeight(mMaxLayoutHeight);
1810 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);
2354 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);
4073 return Math.max(mMaxLayoutHeight - contentHeight, 0); in getEmptyBottomMargin()
4254 int layoutEnd = mMaxLayoutHeight + (int) getStackTranslation(); in updateScrollPositionOnExpandInBottom()