Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java128 private int mLabelTextColor; field in InteractiveLineGraphView
199 mLabelTextColor = a.getColor( in InteractiveLineGraphView()
200 R.styleable.InteractiveLineGraphView_labelTextColor, mLabelTextColor); in InteractiveLineGraphView()
247 mLabelTextPaint.setColor(mLabelTextColor); in initPaints()
1038 return mLabelTextColor; in getLabelTextColor()
1042 mLabelTextColor = labelTextColor; in setLabelTextColor()