Searched refs:mTextBackgroundColor (Results 1 – 3 of 3) sorted by relevance
395 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.ViewNodeText1039 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()1050 mTextBackgroundColor = in.readInt(); in ViewNodeText()1072 out.writeInt(mTextBackgroundColor); in writeToParcel()
442 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in AssistStructure.ViewNodeText453 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()
3993 Landroid/app/assist/AssistStructure$ViewNodeText;->mTextBackgroundColor:I