Searched refs:mTextBackgroundColor (Results 1 – 3 of 3) sorted by relevance
371 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.ViewNodeText978 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()989 mTextBackgroundColor = in.readInt(); in ViewNodeText()1004 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()1512 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()1833 t.mTextBackgroundColor = bgColor; in setTextStyle()
3996 Landroid/app/assist/AssistStructure$ViewNodeText;->mTextBackgroundColor:I