Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1295 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation
1307 maxContentHeight += childHeight;
1311 maxContentHeight += visibleChildren * mDividerHeight;
1313 return maxContentHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt925 if (expandable && rubberband + child.collapsedHeight > child.maxContentHeight) { in handleExpansion()
926 var overshoot = rubberband + child.collapsedHeight - child.maxContentHeight in handleExpansion()
DPulseExpansionHandler.kt271 child.maxContentHeight in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java640 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local
643 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()