Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java383 labelLength = formatFloat(mLabelBuffer, mXStopsBuffer.stops[i], mXStopsBuffer.decimals); in drawAxes()
396 labelLength = formatFloat(mLabelBuffer, mYStopsBuffer.stops[i], mYStopsBuffer.decimals); in drawAxes()
507 outStops.decimals = (int) Math.ceil(-Math.log10(interval)); in computeAxisStops()
509 outStops.decimals = 0; in computeAxisStops()
1183 int decimals; field in InteractiveLineGraphView.AxisStops