Searched refs:atMostOwnMaxHeightSpec (Results 1 – 1 of 1) sorted by relevance
134 int atMostOwnMaxHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure() local141 int childHeightSpec = atMostOwnMaxHeightSpec; in onMeasure()