Searched refs:customWidth (Results 1 – 2 of 2) sorted by relevance
357 final int customWidth = lp.width >= 0 ? in onMeasure() local363 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()
1244 final int customWidth = customView.getMeasuredWidth(); in onLayout() local1245 customView.layout(xpos, ypos, xpos + customWidth, in onLayout()1247 x = next(x, customWidth, isLayoutRtl); in onLayout()