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