Searched refs:findBackgroundSwatch (Results 1 – 4 of 4) sorted by relevance
125 Palette.Swatch backgroundSwatch = findBackgroundSwatch(palette); in processNotification()257 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() method in MediaNotificationProcessor258 return findBackgroundSwatch(generateArtworkPaletteBuilder(artwork).generate()); in findBackgroundSwatch()267 public static Palette.Swatch findBackgroundSwatch(Palette palette) { in findBackgroundSwatch() method in MediaNotificationProcessor
134 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_white()146 Palette.Swatch swatch = MediaNotificationProcessor.findBackgroundSwatch(mArtwork); in findBackgroundSwatch_red()
82 val swatch = MediaNotificationProcessor.findBackgroundSwatch(artwork) in processArtwork()
477 val swatch = MediaNotificationProcessor.findBackgroundSwatch(p) in computeBackgroundColor()