Searched refs:mCachedContrastColor (Results 1 – 3 of 3) sorted by relevance
127 private int mCachedContrastColor = COLOR_INVALID; field in NotificationEntry423 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) { in getContrastedColor()424 return mCachedContrastColor; in getContrastedColor()429 mCachedContrastColor = contrasted; in getContrastedColor()430 return mCachedContrastColor; in getContrastedColor()
3394 private int mCachedContrastColor = COLOR_INVALID; field in Notification.Builder5743 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) {5744 return mCachedContrastColor;5762 return mCachedContrastColor = color;
7656 Landroid/app/Notification$Builder;->mCachedContrastColor:I