Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java221 final int hintColor; in setBackgroundTintColor() local
233 hintColor = ColorUtils.setAlphaComponent(foregroundColor, 0x99); in setBackgroundTintColor()
237 hintColor = mContext.getColor(R.color.remote_input_hint); in setBackgroundTintColor()
249 mEditText.setHintTextColor(hintColor); in setBackgroundTintColor()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A 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()