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/stack/
DNotificationStackScrollLayout.java117 private int mMaxLayoutHeight; field in NotificationStackScrollLayout
556 mMaxLayoutHeight = maxLayoutHeight; in setMaxLayoutHeight()
708 mMaxLayoutHeight - mIntrinsicPadding - mBottomStackSlowDownHeight in getExpandTranslationStart()
766 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()
1079 mAmbientState.setLayoutHeight(mMaxLayoutHeight); in getMaxExpandHeight()
1728 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight + mBottomStackPeekSize in getScrollRange()
2192 mMaxLayoutHeight - mIntrinsicPadding); in getLayoutMinHeight()
3053 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize in getEmptyBottomMargin()
3180 return mMaxLayoutHeight - mBottomStackPeekSize - mBottomStackSlowDownHeight in getStackEndPosition()