Searched refs:hintColor (Results 1 – 2 of 2) sorted by relevance
221 final int hintColor; in setBackgroundTintColor() local233 hintColor = ColorUtils.setAlphaComponent(foregroundColor, 0x99); in setBackgroundTintColor()237 hintColor = mContext.getColor(R.color.remote_input_hint); in setBackgroundTintColor()249 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()