Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java45 public class ChartSweepView extends View { class
80 private ChartSweepView mValidAfterDynamic;
81 private ChartSweepView mValidBeforeDynamic;
101 public void onSweep(ChartSweepView sweep, boolean sweepDone); in onSweep()
102 public void requestEdit(ChartSweepView sweep); in requestEdit()
110 private ChartSweepView[] mNeighbors = new ChartSweepView[0];
112 public ChartSweepView(Context context) { in ChartSweepView() method in ChartSweepView
116 public ChartSweepView(Context context, AttributeSet attrs) { in ChartSweepView() method in ChartSweepView
120 public ChartSweepView(Context context, AttributeSet attrs, int defStyle) { in ChartSweepView() method in ChartSweepView
124 attrs, R.styleable.ChartSweepView, defStyle, 0); in ChartSweepView()
[all …]
DChartView.java121 } else if (child instanceof ChartSweepView) { in onLayout()
122 layoutSweep((ChartSweepView) child, parentRect, childRect); in onLayout()
128 protected void layoutSweep(ChartSweepView sweep) { in layoutSweep()
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { in layoutSweep()
140 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) { in layoutSweep()