Searched refs:textColor (Results 1 – 10 of 10) 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()
187 int textColor = mContext.getColor(useLightTextColor in updateColorForLauncherWidgets() local194 mStatusBarClock.setTextColor(textColor); in updateColorForLauncherWidgets()199 .setImageTintList(ColorStateList.valueOf(textColor)); in updateColorForLauncherWidgets()202 mSmartSpaceDate.setTextColor(textColor); in updateColorForLauncherWidgets()213 appName.setTextColor(textColor); in updateColorForLauncherWidgets()
322 int textColor; in setMessage() local326 textColor = Color.RED; in setMessage()330 textColor = Color.GREEN; in setMessage()335 textColor = Color.WHITE; in setMessage()337 mErrorMessageText.setTextColor(textColor); in setMessage()
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()
171 int textColor = obtainThemeColor(android.R.attr.textColorPrimary);174 expand.setDefaultTextColor(textColor);
600 final int textColor = mContext.getResources().getColor(isExpanded603 text1.setTextColor(textColor);604 text2.setTextColor(textColor);
72 android.R.attr.textColor,
183 ColorStateList textColor = typedArray.getColorStateList(0); in onCreateView() local185 extendedFab.setTextColor(textColor); in onCreateView()
58 android.R.attr.textColor,