Home | History | Annotate | Download | only in assist

Lines Matching defs:TEXT_COLOR_UNDEFINED

430         int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;
431 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;
442 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED
611 public static final int TEXT_COLOR_UNDEFINED = 1;
1386 * If there is no text color, {@link #TEXT_COLOR_UNDEFINED} is returned.
1391 return mText != null ? mText.mTextColor : TEXT_COLOR_UNDEFINED;
1397 * If there is no text background color, {@link #TEXT_COLOR_UNDEFINED} is returned.
1405 return mText != null ? mText.mTextBackgroundColor : TEXT_COLOR_UNDEFINED;