Searched refs:ownMaxHeight (Results 1 – 1 of 1) sorted by relevance
119 int ownMaxHeight = Integer.MAX_VALUE; in onMeasure() local123 ownMaxHeight = Math.min(givenHeight, ownMaxHeight); in onMeasure()128 int atMostOwnMaxHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure()141 Math.min(layoutParams.height, ownMaxHeight), in onMeasure()157 : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()