Searched refs:ownMaxHeight (Results 1 – 1 of 1) sorted by relevance
125 int ownMaxHeight = Integer.MAX_VALUE; in onMeasure() local129 ownMaxHeight = Math.min(givenHeight, ownMaxHeight); in onMeasure()134 int atMostOwnMaxHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure()147 Math.min(layoutParams.height, ownMaxHeight), in onMeasure()163 : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()