Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java366 return mText != null ? mText.mTextColor : TEXT_COLOR_UNDEFINED; in getTextColor()
371 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
966 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;
967 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;
978 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
1498 return mText != null ? mText.mTextColor : TEXT_COLOR_UNDEFINED; in getTextColor()
1512 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED; in getTextBackgroundColor()
/frameworks/base/core/java/android/widget/
DTextView.java11595 AssistStructure.ViewNode.TEXT_COLOR_UNDEFINED /* bgColor */, style); in onProvideStructure()
/frameworks/base/non-updatable-api/
Dcurrent.txt7205 field public static final int TEXT_COLOR_UNDEFINED = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt7205 field public static final int TEXT_COLOR_UNDEFINED = 1; // 0x1