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.java395 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
819 t.mTextBackgroundColor = bgColor; in setTextStyle()
1023 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in ViewNode.ViewNodeText
1034 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
1045 mTextBackgroundColor = in.readInt(); in ViewNodeText()
1060 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()
1603 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
2009 t.mTextBackgroundColor = bgColor; in setTextStyle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt3993 Landroid/app/assist/AssistStructure$ViewNodeText;->mTextBackgroundColor:I