Searched refs:resolveColorsInNightMode (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 693 resolveColorsInNightMode(nightMode, c, Color.BLUE, colorized); in testColors_ensureColors_dayMode_producesValidPalette() 702 resolveColorsInNightMode(nightMode, c, Color.BLUE, colorized); in testColors_ensureColors_nightMode_producesValidPalette() 759 resolveColorsInNightMode(false, cDay, rawColor, colorized); in validateColorizedPaletteForColor() 760 resolveColorsInNightMode(true, cNight, rawColor, colorized); in validateColorizedPaletteForColor() 1669 private void resolveColorsInNightMode(boolean nightMode, Notification.Colors c, int rawColor, in resolveColorsInNightMode() method in NotificationTest
|