Searched refs:shouldAdjustAxis (Results 1 – 4 of 4) sorted by relevance
69 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in InvertedChartAxis70 return mWrapped.shouldAdjustAxis(value); in shouldAdjustAxis()
209 final int adjustAxis = activeSweep.shouldAdjustAxis(); in updateVertAxisBounds()470 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in ChartDataUsageView.TimeAxis565 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in ChartDataUsageView.DataAxis
51 public int shouldAdjustAxis(long value); in shouldAdjustAxis() method
553 public int shouldAdjustAxis() {554 return mAxis.shouldAdjustAxis(getValue());