Searched defs:textColor (Results 1 – 8 of 8) sorted by relevance
49 final int textColor = mResources.getColor(R.color.blocked_number_block_color); in setViewBlocked() local57 final int textColor = mResources.getColor(R.color.dialer_secondary_text_color); in setViewUnblocked() local
75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local
155 int textColor, int hintTextColor); in setSearchBoxColors()
51 public final int textColor; field in IconPalette
273 int textColor; in getView() local
219 private void setCaptionsTextColor(String textColor) { in setCaptionsTextColor()
161 int textColor = InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor(); in updateColors() local
235 ColorStateList textColor = null; field in BatteryHistoryChart.TextAttrs