Searched refs:mNativeAllocationByteCount (Results 1 – 1 of 1) sorted by relevance
1643 private int mNativeAllocationByteCount; field in Bitmap.BitmapFinalizer1650 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()