Searched refs:textColor (Results 1 – 6 of 6) sorted by relevance
173 int textColor = InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor(); in updateColors() local175 if (currentTextColor == textColor) { in updateColors()182 ((TextView) dialpadKey.findViewById(R.id.dialpad_key_number)).setTextColor(textColor); in updateColors()185 currentTextColor = textColor; in updateColors()
75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local96 paint.setColor(textColor); in renderSimAvatarInternal()
220 private void setCaptionsTextColor(String textColor) { in setCaptionsTextColor() argument221 final int color = (int) Long.parseLong(textColor, 16) & 0x00ffffff; in setCaptionsTextColor()
600 final int textColor = mContext.getResources().getColor(isExpanded603 text1.setTextColor(textColor);604 text2.setTextColor(textColor);
72 android.R.attr.textColor,
58 android.R.attr.textColor,