Searched defs:mTextColorsAreForBackground (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DNotification.java2741 private int mTextColorsAreForBackground = COLOR_INVALID; field in class:Notification.Builder
3921 || mTextColorsAreForBackground != backgroundColor) {
3922 mTextColorsAreForBackground = backgroundColor;
5036 mTextColorsAreForBackground = COLOR_INVALID;

Completed in 48 milliseconds