Searched refs:childWidthSpec (Results 1 – 1 of 1) sorted by relevance
43 int childWidthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.UNSPECIFIED); in onMeasure() local48 getChildAt(i).measure(childWidthSpec, childHeightSpec); in onMeasure()