Searched refs:maxContentHeight (Results 1 – 4 of 4) sorted by relevance
1295 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation1307 maxContentHeight += childHeight;1311 maxContentHeight += visibleChildren * mDividerHeight;1313 return maxContentHeight;
925 if (expandable && rubberband + child.collapsedHeight > child.maxContentHeight) { in handleExpansion()926 var overshoot = rubberband + child.collapsedHeight - child.maxContentHeight in handleExpansion()
271 child.maxContentHeight in <lambda>()
640 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local643 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()