Searched refs:findBackgroundSwatch (Results 1 – 3 of 3) sorted by relevance
51 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() method in MediaNotificationProcessor52 return findBackgroundSwatch(generateArtworkPaletteBuilder(artwork).generate()); in findBackgroundSwatch()61 public static Palette.Swatch findBackgroundSwatch(Palette palette) { in findBackgroundSwatch() method in MediaNotificationProcessor
65 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_white()77 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_red()
81 val swatch = MediaNotificationProcessor.findBackgroundSwatch(artwork)