Home | History | Annotate | Download | only in widget

Lines Matching refs:childRight

606             final int childRight = childLeft + child.getMeasuredWidth();
608 child.layout(childLeft, childTop, childRight, childBottom);