Searched refs:maxChildHeight (Results 1 – 1 of 1) sorted by relevance
53 int maxChildHeight = 0; in onMeasure() local68 if (childHeight > maxChildHeight) { in onMeasure()69 maxChildHeight = childHeight; in onMeasure()77 if (maxChildHeight > (infoChildHeight - infoTopPadding + mExtraSpacerHeight * 2)) { in onMeasure()84 if (maxChildHeight != 0) { in onMeasure()85 heightMeasureSpec = MeasureSpec.makeMeasureSpec(maxChildHeight, MeasureSpec.EXACTLY); in onMeasure()