Searched refs:AxisStops (Results 1 – 1 of 1) sorted by relevance
162 private final AxisStops mXStopsBuffer = new AxisStops();163 private final AxisStops mYStopsBuffer = new AxisStops();468 private static void computeAxisStops(float start, float stop, int steps, AxisStops outStops) { in computeAxisStops()1180 private static class AxisStops { class in InteractiveLineGraphView