Home | History | Annotate | Download | only in widget

Lines Matching refs:customWidth

1143             final int customWidth = customView.getMeasuredWidth();
1144 customView.layout(xpos, ypos, xpos + customWidth,
1147 x += customWidth;