Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetailsHelper.java83 Integer highlightColor = in setPhoneCallDetails() local
94 setCallCountAndDate(views, callCount, dateText, highlightColor); in setPhoneCallDetails()
169 CharSequence dateText, Integer highlightColor) { in setCallCountAndDate() argument
181 if (highlightColor != null) { in setCallCountAndDate()
182 formattedText = addBoldAndColor(text, highlightColor); in setCallCountAndDate()
/packages/apps/Settings/src/com/android/settings/users/
DCircleFramedDrawable.java65 int highlightColor = res.getColor(R.color.circle_avatar_frame_pressed_color); in getInstance() local
69 highlightColor); in getInstance()
76 int highlightColor) { in CircleFramedDrawable() argument
83 mHighlightColor = highlightColor; in CircleFramedDrawable()