Searched refs:mHintTextColor (Results 1 – 3 of 3) sorted by relevance
156 private final @ColorInt int mHintTextColor; field in TextAppearanceInfo184 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.Builder844 mHintTextColor = hintTextColor; in setHintTextColor()
530 private ColorStateList mHintTextColor; field in TextView5538 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()
70544 Landroid/widget/TextView;->mHintTextColor:Landroid/content/res/ColorStateList;