Searched refs:largestChildHeight (Results 1 – 1 of 1) sorted by relevance
792 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local859 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()936 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()978 childHeight = largestChildHeight; in measureVertical()1044 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()