Searched refs:NATIVE_ALLOCATION_SIZE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java702 VMRuntime.getRuntime().registerNativeFree(mVectorState.NATIVE_ALLOCATION_SIZE);
961 private static final int NATIVE_ALLOCATION_SIZE = 316; field in class:VectorDrawable.VectorDrawableState
995 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE);
1004 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE);
1122 VMRuntime.getRuntime().registerNativeFree(NATIVE_ALLOCATION_SIZE
1150 private static final int NATIVE_ALLOCATION_SIZE = 100; field in class:VectorDrawable.VGroup
1450 int size = NATIVE_ALLOCATION_SIZE;
1646 private static final int NATIVE_ALLOCATION_SIZE = 120; field in class:VectorDrawable.VClipPath
1697 return NATIVE_ALLOCATION_SIZE;
1736 private static final int NATIVE_ALLOCATION_SIZE field in class:VectorDrawable.VFullPath
[all...]
/frameworks/base/core/java/android/os/
H A DBinder.java104 private static final int NATIVE_ALLOCATION_SIZE = 500; field in class:Binder
112 Binder.class.getClassLoader(), getNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
1090 private static final int NATIVE_ALLOCATION_SIZE = 1000; field in class:BinderProxy
1097 BinderProxy.class.getClassLoader(), sNativeFinalizer, NATIVE_ALLOCATION_SIZE);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java224 private static final long NATIVE_ALLOCATION_SIZE = 40; field in class:Matrix
228 Matrix.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
H A DBitmap.java57 private static final long NATIVE_ALLOCATION_SIZE = 32; field in class:Bitmap
139 long nativeSize = NATIVE_ALLOCATION_SIZE + getAllocationByteCount();
H A DCanvas.java76 private static final long NATIVE_ALLOCATION_SIZE = 525; field in class:Canvas
81 Canvas.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_ALLOCATION_SIZE);

Completed in 413 milliseconds