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 D | NotificationMemoryViewWalkerTest.kt | 82 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 D | NotificationMemoryMeterTest.kt | 49 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 D | NotificationMemoryViewWalker.kt | 193 it.allocationByteCount
|
H A D | NotificationMemoryMeter.kt | 239 return bitmap.allocationByteCount
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 155 final int allocationByteCount = getAllocationByteCount(); in Bitmap() local 159 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap() 162 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()
|