Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java1039 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation
1051 maxContentHeight += childHeight;
1055 maxContentHeight += visibleChildren * mDividerHeight;
1057 return maxContentHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java569 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local
572 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()