Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java978 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation
990 maxContentHeight += childHeight;
994 maxContentHeight += visibleChildren * mDividerHeight;
996 return maxContentHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt170 child.maxContentHeight) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java602 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local
605 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()