Searched refs:hintColor (Results 1 – 2 of 2) sorted by relevance
214 final int hintColor; in setBackgroundTintColor() local226 hintColor = ColorUtils.setAlphaComponent(foregroundColor, 0x99); in setBackgroundTintColor()230 hintColor = mContext.getColor(R.color.remote_input_hint); in setBackgroundTintColor()242 mEditText.setHintTextColor(hintColor); in setBackgroundTintColor()
532 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { in ensureTextBackgroundColor() argument533 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()