Home
last modified time | relevance | path

Searched refs:hintColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java214 final int hintColor; in setBackgroundTintColor() local
226 hintColor = ColorUtils.setAlphaComponent(foregroundColor, 0x99); in setBackgroundTintColor()
230 hintColor = mContext.getColor(R.color.remote_input_hint); in setBackgroundTintColor()
242 mEditText.setHintTextColor(hintColor); in setBackgroundTintColor()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java532 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { in ensureTextBackgroundColor() argument
533 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()