Searched refs:customWidthMode (Results 1 – 2 of 2) sorted by relevance
290 final int customWidthMode = lp.width != LayoutParams.WRAP_CONTENT ? in onMeasure() local298 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()
353 final int customWidthMode = lp.width != LayoutParams.WRAP_CONTENT ? in onMeasure() local361 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()