Home
last modified time | relevance | path

Searched refs:selectForegroundColorForSwatches (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java163 return selectForegroundColorForSwatches(palette.getDarkVibrantSwatch(), in selectForegroundColor()
170 return selectForegroundColorForSwatches(palette.getLightVibrantSwatch(), in selectForegroundColor()
179 private static int selectForegroundColorForSwatches(Palette.Swatch moreVibrant, in selectForegroundColorForSwatches() method in MediaNotificationProcessor