Searched refs:contentAreaHeightSpec (Results 1 – 1 of 1) sorted by relevance
1206 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure() local1209 mContent.measure(contentAreaWidthSpec, contentAreaHeightSpec); in onMeasure()