Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java395 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
824 t.mTextBackgroundColor = bgColor; in setTextStyle()
1028 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in ViewNode.ViewNodeText
1039 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
1050 mTextBackgroundColor = in.readInt(); in ViewNodeText()
1072 out.writeInt(mTextBackgroundColor); in writeToParcel()
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java442 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in AssistStructure.ViewNodeText
453 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
464 mTextBackgroundColor = in.readInt(); in ViewNodeText()
479 out.writeInt(mTextBackgroundColor); in writeToParcel()
1614 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
2022 t.mTextBackgroundColor = bgColor; in setTextStyle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3993 Landroid/app/assist/AssistStructure$ViewNodeText;->mTextBackgroundColor:I