Home
last modified time | relevance | path

Searched defs:mHintTextColor (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextAppearanceInfo.java156 private final @ColorInt int mHintTextColor; field in TextAppearanceInfo
616 private @ColorInt int mHintTextColor = 0; field in TextAppearanceInfo.Builder
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java530 private ColorStateList mHintTextColor; field in TextView