Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java131 private int mLabelHeight; field in InteractiveLineGraphView
248 mLabelHeight = (int) Math.abs(mLabelTextPaint.getFontMetrics().top); in initPaints()
275 getHeight() - getPaddingBottom() - mLabelHeight - mLabelSeparation); in onSizeChanged()
287 resolveSize(minChartSize + getPaddingTop() + mLabelHeight in onMeasure()
334 mContentRect.height() / mLabelHeight / 2, in drawAxes()
388 mContentRect.bottom + mLabelHeight + mLabelSeparation, in drawAxes()
401 mAxisYPositionsBuffer[i] + mLabelHeight / 2, in drawAxes()