Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryViewWalkerTest.kt82 icon.bitmap.allocationByteCount
94 icon.bitmap.allocationByteCount
113 icon.bitmap.allocationByteCount + publicIcon.bitmap.allocationByteCount,
118 icon.bitmap.allocationByteCount + publicIcon.bitmap.allocationByteCount
164 icon.bitmap.allocationByteCount + largeIcon.bitmap.allocationByteCount
210 bitmap.allocationByteCount,
211 bitmap.allocationByteCount + icon.bitmap.allocationByteCount
222 bitmap.allocationByteCount,
223 bitmap.allocationByteCount + icon.bitmap.allocationByteCount
234 bitmap.allocationByteCount,
[all …]
H A DNotificationMemoryMeterTest.kt49 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
69 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
88 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
111 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
160 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
163 bigPicture = bigPicture.bitmap.allocationByteCount,
166 styleIcon = bigPictureIcon.bitmap.allocationByteCount,
192 styleIcon = personIcon.bitmap.allocationByteCount,
229 personIcon.bitmap.allocationByteCount +
230 historicPersonIcon.bitmap.allocationByteCount,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryViewWalker.kt193 it.allocationByteCount
H A DNotificationMemoryMeter.kt239 return bitmap.allocationByteCount
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java155 final int allocationByteCount = getAllocationByteCount(); in Bitmap() local
159 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()
162 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()