Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java157 final int allocationByteCount = getAllocationByteCount(); in Bitmap() local
161 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()
164 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), allocationByteCount); in Bitmap()
170 long nativeSize = NATIVE_ALLOCATION_SIZE + allocationByteCount; in Bitmap()