Searched refs:ChartSweepView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java45 public class ChartSweepView extends View { class in inherits:View
80 private ChartSweepView mValidAfterDynamic;
81 private ChartSweepView mValidBeforeDynamic;
101 public void onSweep(ChartSweepView sweep, boolean sweepDone);
102 public void requestEdit(ChartSweepView sweep);
110 private ChartSweepView[] mNeighbors = new ChartSweepView[0];
112 public ChartSweepView(Context context) { method in class:ChartSweepView
116 public ChartSweepView(Context context, AttributeSet attrs) { method in class:ChartSweepView
120 public ChartSweepView(Contex method in class:ChartSweepView
[all...]
H A DChartView.java33 * {@link ChartGridView}, {@link ChartNetworkSeriesView} and {@link ChartSweepView}
127 } else if (child instanceof ChartSweepView) {
128 layoutSweep((ChartSweepView) child, parentRect, childRect);
134 protected void layoutSweep(ChartSweepView sweep) {
142 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
146 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) {
H A DChartDataUsageView.java38 import com.android.settings.widget.ChartSweepView.OnSweepListener;
46 * with {@link ChartSweepView} for inspection ranges and warning/limits.
59 private ChartSweepView mSweepWarning;
60 private ChartSweepView mSweepLimit;
94 final ChartSweepView sweep = (ChartSweepView) msg.obj;
113 mSweepLimit = (ChartSweepView) findViewById(R.id.sweep_limit);
114 mSweepWarning = (ChartSweepView) findViewById(R.id.sweep_warning);
201 private void updateVertAxisBounds(ChartSweepView activeSweep) {
280 private void sendUpdateAxisDelayed(ChartSweepView swee
[all...]

Completed in 54 milliseconds