Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconViewTest.java137 Bitmap largeBitmap = Bitmap.createBitmap(6000, 6000, Bitmap.Config.ARGB_8888); in testGiantImageNotAllowed() local
138 Icon icon = Icon.createWithBitmap(largeBitmap); in testGiantImageNotAllowed()