Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java476 double rawInterval = range / steps; in computeAxisStops() local
477 double interval = roundToOneSignificantFigure(rawInterval); in computeAxisStops()