Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java414 final long shifted = Math.round(num * magnitude); in roundToOneSignificantFigure() local
415 return shifted / magnitude; in roundToOneSignificantFigure()