Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java127 private int mLabelSeparation; field in InteractiveLineGraphView
203 mLabelSeparation = a.getDimensionPixelSize( in InteractiveLineGraphView()
204 R.styleable.InteractiveLineGraphView_labelSeparation, mLabelSeparation); in InteractiveLineGraphView()
272 getPaddingLeft() + mMaxLabelWidth + mLabelSeparation, in onSizeChanged()
275 getHeight() - getPaddingBottom() - mLabelHeight - mLabelSeparation); in onSizeChanged()
284 + mLabelSeparation + getPaddingRight(), in onMeasure()
288 + mLabelSeparation + getPaddingBottom(), in onMeasure()
388 mContentRect.bottom + mLabelHeight + mLabelSeparation, in drawAxes()
400 mContentRect.left - mLabelSeparation, in drawAxes()