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