Home
last modified time | relevance | path

Searched refs:shouldAdjustAxis (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DInvertedChartAxis.java69 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in InvertedChartAxis
70 return mWrapped.shouldAdjustAxis(value); in shouldAdjustAxis()
DChartDataUsageView.java209 final int adjustAxis = activeSweep.shouldAdjustAxis(); in updateVertAxisBounds()
470 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in ChartDataUsageView.TimeAxis
565 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in ChartDataUsageView.DataAxis
DChartAxis.java51 public int shouldAdjustAxis(long value); in shouldAdjustAxis() method
DChartSweepView.java553 public int shouldAdjustAxis() {
554 return mAxis.shouldAdjustAxis(getValue());