Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java390 return mText != null ? mText.mTextColor : TEXT_COLOR_UNDEFINED; in getTextColor()
395 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
1022 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;
1023 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;
1034 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java440 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;
441 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;
452 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED in isSimple()
621 public static final int TEXT_COLOR_UNDEFINED = 1; field in AssistStructure.ViewNode
1589 return mText != null ? mText.mTextColor : TEXT_COLOR_UNDEFINED; in getTextColor()
1603 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
/frameworks/base/core/java/android/widget/
DTextView.java11918 AssistStructure.ViewNode.TEXT_COLOR_UNDEFINED /* bgColor */, style); in onProvideStructure()
/frameworks/base/core/api/
Dcurrent.txt7769 field public static final int TEXT_COLOR_UNDEFINED = 1; // 0x1