Searched refs:givenSize (Results 1 – 1 of 1) sorted by relevance
70 final int givenSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local74 if (heightMode != MeasureSpec.UNSPECIFIED && givenSize != 0) { in onMeasure()75 ownMaxHeight = Math.min(givenSize, ownMaxHeight); in onMeasure()104 ? givenSize : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()