Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java344 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED; field in AssistStructure.ViewNodeText
355 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
366 mTextBackgroundColor = in.readInt(); in ViewNodeText()
381 out.writeInt(mTextBackgroundColor); in writeToParcel()
977 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
1215 t.mTextBackgroundColor = bgColor; in setTextStyle()