Searched refs:shouldAdjustAxis (Results 1 – 3 of 3) sorted by relevance
69 public int shouldAdjustAxis(long value) { in shouldAdjustAxis() method in InvertedChartAxis70 return mWrapped.shouldAdjustAxis(value); in shouldAdjustAxis()
51 public int shouldAdjustAxis(long value); in shouldAdjustAxis() method
556 public int shouldAdjustAxis() {557 return mAxis.shouldAdjustAxis(getValue());