Home
last modified time | relevance | path

Searched refs:mHintTextColor (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextAppearanceInfo.java156 private final @ColorInt int mHintTextColor; field in TextAppearanceInfo
184 mHintTextColor = builder.mHintTextColor; in TextAppearanceInfo()
282 dest.writeInt(mHintTextColor); in writeToParcel()
307 mHintTextColor = in.readInt(); in TextAppearanceInfo()
514 return mHintTextColor; in getHintTextColor()
544 && mHintTextColor == that.mHintTextColor in equals()
558 mHighlightTextColor, mTextColor, mHintTextColor, mLinkTextColor); in hashCode()
584 + ", mHintTextColor=" + mHintTextColor in toString()
616 private @ColorInt int mHintTextColor = 0; field in TextAppearanceInfo.Builder
844 mHintTextColor = hintTextColor; in setHintTextColor()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java530 private ColorStateList mHintTextColor; field in TextView
5538 mHintTextColor = ColorStateList.valueOf(color); in setHintTextColor()
5553 mHintTextColor = colors; in setHintTextColor()
5569 return mHintTextColor; in getHintTextColors()
5579 return mHintTextColor != null ? mCurHintTextColor : mCurTextColor; in getCurrentHintTextColor()
6685 if (mHintTextColor != null) { in updateTextColors()
6686 color = mHintTextColor.getColorForState(drawableState, 0); in updateTextColors()
6706 || (mHintTextColor != null && mHintTextColor.isStateful()) in drawableStateChanged()
9013 if (mHintTextColor != null) { in onDraw()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70544 Landroid/widget/TextView;->mHintTextColor:Landroid/content/res/ColorStateList;