Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java125 Palette.Swatch backgroundSwatch = findBackgroundSwatch(palette); in processNotification()
257 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() method in MediaNotificationProcessor
258 return findBackgroundSwatch(generateArtworkPaletteBuilder(artwork).generate()); in findBackgroundSwatch()
267 public 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.kt82 val swatch = MediaNotificationProcessor.findBackgroundSwatch(artwork) in processArtwork()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt477 val swatch = MediaNotificationProcessor.findBackgroundSwatch(p) in computeBackgroundColor()