Home | History | Annotate | Download | only in widget

Lines Matching refs:childRect

107         final Rect childRect = new Rect();
118 Gravity.apply(params.gravity, width, height, parentRect, childRect);
119 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
122 layoutSweep((ChartSweepView) child, parentRect, childRect);
123 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
130 final Rect childRect = new Rect();
132 layoutSweep(sweep, parentRect, childRect);
133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
146 parentRect, childRect);
154 parentRect, childRect);