Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1643 private int mNativeAllocationByteCount; field in Bitmap.BitmapFinalizer
1650 if (mNativeAllocationByteCount != 0) { in setNativeAllocationByteCount()
1651 VMRuntime.getRuntime().registerNativeFree(mNativeAllocationByteCount); in setNativeAllocationByteCount()
1653 mNativeAllocationByteCount = nativeByteCount; in setNativeAllocationByteCount()
1654 if (mNativeAllocationByteCount != 0) { in setNativeAllocationByteCount()
1655 VMRuntime.getRuntime().registerNativeAllocation(mNativeAllocationByteCount); in setNativeAllocationByteCount()