Searched refs:largestChildHeight (Results 1 – 2 of 2) sorted by relevance
609 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local670 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()749 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()864 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()
701 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local762 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()840 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()954 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()