Searched refs:maxContentHeight (Results 1 – 3 of 3) sorted by relevance
978 int maxContentHeight = mNotificationHeaderMargin + mCurrentHeaderTranslation990 maxContentHeight += childHeight;994 maxContentHeight += visibleChildren * mDividerHeight;996 return maxContentHeight;
170 child.maxContentHeight) in <lambda>()
602 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight() local605 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()