Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java373 int textColorHighlight = 0; in TextView() local
401 textColorHighlight = appearance.getColor(attr, textColorHighlight); in TextView()
647 textColorHighlight = a.getColor(attr, textColorHighlight); in TextView()
896 if (textColorHighlight != 0) { in TextView()
897 setHighlightColor(textColorHighlight); in TextView()