Searched refs:maxChildHeight (Results 1 – 3 of 3) sorted by relevance
62 int maxChildHeight = 0; in onMeasure() local79 maxChildHeight = Math.max(maxChildHeight, childHeight); in onMeasure()84 int ownHeight = hasFixedHeight ? ownMaxHeight : maxChildHeight; in onMeasure()
190 int maxChildHeight = 0; in onMeasureExactFormat() local233 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasureExactFormat()370 heightSize = maxChildHeight; in onMeasureExactFormat()
200 int maxChildHeight = 0; in onMeasureExactFormat() local243 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasureExactFormat()380 heightSize = maxChildHeight; in onMeasureExactFormat()