Searched refs:wrapContentWidthSpec (Results 1 – 1 of 1) sorted by relevance
114 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, MeasureSpec.AT_MOST); in onMeasure() local127 int childWidthSpec = getChildMeasureSpec(wrapContentWidthSpec, in onMeasure()