Home
last modified time | relevance | path

Searched defs:artwork (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessorTest.kt63 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 DMediaNotificationProcessor.java51 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 DMediaDataManagerTest.kt1178 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 DNotificationMediaManager.java768 private Bitmap processArtwork(Bitmap artwork) { in processArtwork()