Home
last modified time | relevance | path

Searched refs:childRect (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DChartView.java107 final Rect childRect = new Rect(); in onLayout() local
117 Gravity.apply(params.gravity, width, height, parentRect, childRect); in onLayout()
118 child.layout(childRect.left, childRect.top, childRect.right, in onLayout()
119 childRect.bottom + child.getPaddingBottom()); in onLayout()
122 layoutSweep((ChartSweepView) child, parentRect, childRect); in onLayout() local
123 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); in onLayout()
130 final Rect childRect = new Rect(); in layoutSweep() local
132 layoutSweep(sweep, parentRect, childRect); in layoutSweep()
133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); in layoutSweep()
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { in layoutSweep() argument
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DChartView.java108 final Rect childRect = new Rect(); in onLayout() local
118 Gravity.apply(params.gravity, width, height, parentRect, childRect); in onLayout()
119 child.layout(childRect.left, childRect.top, childRect.right, in onLayout()
120 childRect.bottom + child.getPaddingBottom()); in onLayout()
123 layoutSweep((ChartSweepView) child, parentRect, childRect); in onLayout() local
124 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); in onLayout()
131 final Rect childRect = new Rect(); in layoutSweep() local
133 layoutSweep(sweep, parentRect, childRect); in layoutSweep()
134 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); in layoutSweep()
137 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { in layoutSweep() argument
[all …]