Searched refs:maxContentHeight (Results 1 – 3 of 3) sorted by relevance
1014 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation1026 maxContentHeight += childHeight;1030 maxContentHeight += visibleChildren * mDividerHeight;1032 return maxContentHeight;
242 child.maxContentHeight) in <lambda>()
573 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local576 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()