Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java143 int foregroundColor = selectForegroundColor(backgroundColor, palette); in processNotification()
155 private int selectForegroundColor(int backgroundColor, Palette palette) { in selectForegroundColor() method in MediaNotificationProcessor