Home | History | Annotate | Download | only in app

Lines Matching defs:textColor

5262                     int textColor = NotificationColorUtil.resolvePrimaryColor(mContext,
5264 button.setTextColor(R.id.action0, textColor);
5265 rippleColor = textColor;
5318 ColorStateList textColor = originalSpan.getTextColor();
5319 if (textColor != null) {
5320 int[] colors = textColor.getColors();
5326 textColor = new ColorStateList(textColor.getStates().clone(),
5329 outResultColor[0] = textColor;
5331 textColor = null;
5337 textColor,