Searched defs:parentRect (Results 1 – 2 of 2) sorted by relevance
106 final Rect parentRect = new Rect(); in onLayout() local122 layoutSweep((ChartSweepView) child, parentRect, childRect); in onLayout() local129 final Rect parentRect = new Rect(mContent); in layoutSweep() local136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { in layoutSweep()