Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java371 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
773 t.mTextBackgroundColor = bgColor; in setTextStyle()
967 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in ViewNode.ViewNodeText
978 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
989 mTextBackgroundColor = in.readInt(); in ViewNodeText()
1004 out.writeInt(mTextBackgroundColor); in writeToParcel()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java441 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in AssistStructure.ViewNodeText
452 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
463 mTextBackgroundColor = in.readInt(); in ViewNodeText()
478 out.writeInt(mTextBackgroundColor); in writeToParcel()
1512 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
1833 t.mTextBackgroundColor = bgColor; in setTextStyle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3996 Landroid/app/assist/AssistStructure$ViewNodeText;->mTextBackgroundColor:I