Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessor.java51 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() method in MediaNotificationProcessor
52 return findBackgroundSwatch(generateArtworkPaletteBuilder(artwork).generate()); in findBackgroundSwatch()
61 public static Palette.Swatch findBackgroundSwatch(Palette palette) { in findBackgroundSwatch() method in MediaNotificationProcessor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java65 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_white()
77 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_red()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt81 val swatch = MediaNotificationProcessor.findBackgroundSwatch(artwork)