Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryViewWalkerTest.kt77 icon.bitmap.allocationByteCount, in testViewWalker_plainNotification_withPublicView()
82 icon.bitmap.allocationByteCount in testViewWalker_plainNotification_withPublicView()
89 icon.bitmap.allocationByteCount, in testViewWalker_plainNotification_withPublicView()
94 icon.bitmap.allocationByteCount 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()
144 icon.bitmap.allocationByteCount, in testViewWalker_bigPictureNotification()
145 largeIcon.bitmap.allocationByteCount, in testViewWalker_bigPictureNotification()
[all …]
DNotificationMemoryMeterTest.kt49 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification()
50 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification()
69 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_rankerGroupNotification()
70 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_rankerGroupNotification()
88 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
111 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_customViewNotification_marksTrue()
112 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_customViewNotification_marksTrue()
160 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
161 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
163 bigPicture = bigPicture.bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryViewWalker.kt193 it.allocationByteCount in <lambda>()
DNotificationMemoryMeter.kt239 return bitmap.allocationByteCount in <lambda>()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java163 final int allocationByteCount = getAllocationByteCount(); in Bitmap() local
167 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()
170 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()