InteractiveLineGraphView.java | 383 labelLength = formatFloat(mLabelBuffer, mXStopsBuffer.stops[i], mXStopsBuffer.decimals); 396 labelLength = formatFloat(mLabelBuffer, mYStopsBuffer.stops[i], mYStopsBuffer.decimals); 421 * Formats a float value to the given number of decimals. Returns the length of the string. 507 outStops.decimals = (int) Math.ceil(-Math.log10(interval)); 509 outStops.decimals = 0; 1183 int decimals; field in class:InteractiveLineGraphView.AxisStops [all...] |