Home | History | Annotate | Download | only in widget

Lines Matching refs:childRight

1954             final int childRight = childrenLeft + w;
1956 child.layout(childrenLeft, childTop, childRight, childBottom);
2703 final int childRight = childLeft + w;
2706 child.layout(childLeft, childTop, childRight, childBottom);