Searched refs:maxHeightSpec (Results 1 – 1 of 1) sorted by relevance
94 int maxHeightSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.EXACTLY); in onMeasure() local98 child.measure(childWidthSpec, maxHeightSpec); in onMeasure()