Searched refs:largestChildHeight (Results 1 – 1 of 1) sorted by relevance
661 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local722 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()800 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()933 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()