Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryViewWalkerTest.kt54 val publicIcon = Icon.createWithBitmap(Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_8888)) in testViewWalker_plainNotification_withPublicView() constant
66 .setSmallIcon(publicIcon) in testViewWalker_plainNotification_withPublicView()
101 publicIcon.bitmap.allocationByteCount, in testViewWalker_plainNotification_withPublicView()
106 publicIcon.bitmap.allocationByteCount in testViewWalker_plainNotification_withPublicView()
113 icon.bitmap.allocationByteCount + publicIcon.bitmap.allocationByteCount, in testViewWalker_plainNotification_withPublicView()
118 icon.bitmap.allocationByteCount + publicIcon.bitmap.allocationByteCount in testViewWalker_plainNotification_withPublicView()