Searched defs:artwork (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | MediaArtworkProcessorTest.kt | 63 val artwork = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888) regex 76 val artwork = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888) regex 89 val artwork = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ALPHA_8) regex 100 val artwork = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | MediaNotificationProcessor.java | 51 public static Palette.Swatch findBackgroundSwatch(Bitmap artwork) { in findBackgroundSwatch() 105 public static Palette.Builder generateArtworkPaletteBuilder(Bitmap artwork) { in generateArtworkPaletteBuilder()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManagerTest.kt | 1178 val artwork = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888) regex 2233 val artwork = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888) regex 2263 val artwork = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationMediaManager.java | 768 private Bitmap processArtwork(Bitmap artwork) { in processArtwork()
|