Searched defs:mTextColorsAreForBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java2770 private int mTextColorsAreForBackground = COLOR_INVALID; field in class:Notification.Builder
3979 || mTextColorsAreForBackground != backgroundColor) {
3980 mTextColorsAreForBackground = backgroundColor;
5126 mTextColorsAreForBackground = COLOR_INVALID;

Completed in 47 milliseconds