Searched refs:maxChildHeight (Results 1 – 1 of 1) sorted by relevance
516 int maxChildHeight = 0; in onMeasure() local551 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasure()557 heightSize = maxChildHeight + verticalPadding; in onMeasure()