Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java719 VMRuntime.getRuntime().registerNativeFree(mVectorState.NATIVE_ALLOCATION_SIZE); in inflate()
979 private static final int NATIVE_ALLOCATION_SIZE = 316; field in VectorDrawable.VectorDrawableState
1013 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE); in createNativeTree()
1022 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE); in createNativeTreeFromCopy()
1140 VMRuntime.getRuntime().registerNativeFree(NATIVE_ALLOCATION_SIZE in finalize()
1168 private static final int NATIVE_ALLOCATION_SIZE = 100; field in VectorDrawable.VGroup
1468 int size = NATIVE_ALLOCATION_SIZE; in getNativeSize()
1669 private static final int NATIVE_ALLOCATION_SIZE = 120; field in VectorDrawable.VClipPath
1720 return NATIVE_ALLOCATION_SIZE; in getNativeSize()
1759 private static final int NATIVE_ALLOCATION_SIZE = 264; field in VectorDrawable.VFullPath
[all …]
/frameworks/base/core/java/android/os/
DBinderProxy.java437 private static final int NATIVE_ALLOCATION_SIZE = 1000; field in BinderProxy
444 BinderProxy.class.getClassLoader(), sNativeFinalizer, NATIVE_ALLOCATION_SIZE);
DBinder.java119 private static final int NATIVE_ALLOCATION_SIZE = 500; field in Binder
127 Binder.class.getClassLoader(), getNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
/frameworks/base/graphics/java/android/graphics/
DBitmap.java61 private static final long NATIVE_ALLOCATION_SIZE = 32; field in Bitmap
170 long nativeSize = NATIVE_ALLOCATION_SIZE + allocationByteCount; in Bitmap()