Searched refs:colorFromHex (Results 1 – 1 of 1) sorted by relevance
407 … int colorFromHex = (int) Long.valueOf(colorValue.replaceAll("#", ""), 16).longValue(); in applyTextColorAttribute() local408 setTextColor(colorFromHex); in applyTextColorAttribute()432 … int colorFromHex = (int) Long.valueOf(colorValue.replaceAll("#", ""), 16).longValue(); in applyHintColorAttribute() local433 setHintTextColor(colorFromHex); in applyHintColorAttribute()