Searched defs:NATIVE_ALLOCATION_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java49 private static final long NATIVE_ALLOCATION_SIZE = 32; field in class:Bitmap
131 long nativeSize = NATIVE_ALLOCATION_SIZE;
H A DCanvas.java92 private static final long NATIVE_ALLOCATION_SIZE = 525; field in class:Canvas
97 Canvas.class.getClassLoader(), getNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java613 VMRuntime.getRuntime().registerNativeFree(mVectorState.NATIVE_ALLOCATION_SIZE);
862 private static final int NATIVE_ALLOCATION_SIZE = 316; field in class:VectorDrawable.VectorDrawableState
896 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE);
905 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE);
1017 VMRuntime.getRuntime().registerNativeFree(NATIVE_ALLOCATION_SIZE
1045 private static final int NATIVE_ALLOCATION_SIZE = 100; field in class:VectorDrawable.VGroup
1330 int size = NATIVE_ALLOCATION_SIZE;
1526 private static final int NATIVE_ALLOCATION_SIZE = 120; field in class:VectorDrawable.VClipPath
1572 return NATIVE_ALLOCATION_SIZE;
1611 private static final int NATIVE_ALLOCATION_SIZE field in class:VectorDrawable.VFullPath
[all...]

Completed in 218 milliseconds