Home
last modified time | relevance | path

Searched refs:shouldAdjustAxis (Results 1 – 3 of 3) 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()
DChartAxis.java51 public int shouldAdjustAxis(long value); in shouldAdjustAxis() method
DChartSweepView.java556 public int shouldAdjustAxis() {
557 return mAxis.shouldAdjustAxis(getValue());