Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java130 private int mMaxLabelWidth; field in InteractiveLineGraphView
249 mMaxLabelWidth = (int) mLabelTextPaint.measureText("0000"); in initPaints()
272 getPaddingLeft() + mMaxLabelWidth + mLabelSeparation, in onSizeChanged()
283 resolveSize(minChartSize + getPaddingLeft() + mMaxLabelWidth in onMeasure()
329 mContentRect.width() / mMaxLabelWidth / 2, in drawAxes()