Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java125 Palette.Swatch backgroundSwatch = findBackgroundSwatch(palette); in processNotification()
250 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() method in MediaNotificationProcessor
251 return findBackgroundSwatch(generateArtworkPaletteBuilder(artwork).generate()); in findBackgroundSwatch()
260 private static Palette.Swatch findBackgroundSwatch(Palette palette) { in findBackgroundSwatch() method in MediaNotificationProcessor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java134 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_white()
146 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_red()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DMediaArtworkProcessor.kt74 val swatch = MediaNotificationProcessor.findBackgroundSwatch(artwork) in processArtwork()