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.java1014 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation
1026 maxContentHeight += childHeight;
1030 maxContentHeight += visibleChildren * mDividerHeight;
1032 return maxContentHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt242 child.maxContentHeight) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java573 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local
576 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()