Searched refs:newHeightSpec (Results 1 – 2 of 2) sorted by relevance
60 int newHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure() local68 int childHeightSpec = newHeightSpec; in onMeasure()88 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY); in onMeasure()92 newHeightSpec); in onMeasure() local
148 int newHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure() local152 newHeightSpec); in onMeasure() local167 child.measure(widthMeasureSpec, newHeightSpec); in onMeasure()