Home
last modified time | relevance | path

Searched refs:largestChildHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java609 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local
670 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()
749 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()
864 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()
/frameworks/base/core/java/android/widget/
DLinearLayout.java701 int largestChildHeight = Integer.MIN_VALUE; in measureVertical() local
762 largestChildHeight = Math.max(childHeight, largestChildHeight); in measureVertical()
840 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()
954 MeasureSpec.makeMeasureSpec(largestChildHeight, in measureVertical()