Home
last modified time | relevance | path

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

/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java73 setTextColor(a.getColor(R.styleable.LabelView_textColor, 0xFF000000)); in LabelView()
117 public void setTextColor(int color) { in setTextColor() method in LabelView