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

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartDataUsageView.java205 private void updateVertAxisBounds(ChartSweepView activeSweep) { argument
209 if (activeSweep != null) {
210 final int adjustAxis = activeSweep.shouldAdjustAxis();
245 if (activeSweep != null) {
246 activeSweep.updateValueFromPosition();
251 // layout and making activeSweep discard its tracking MotionEvent.
252 if (mSweepLimit != activeSweep) {
255 if (mSweepWarning != activeSweep) {

Completed in 72 milliseconds