Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java583 VMRuntime.getRuntime().registerNativeFree(mVectorState.NATIVE_ALLOCATION_SIZE); in inflate()
801 private static final int NATIVE_ALLOCATION_SIZE = 316; field in VectorDrawable.VectorDrawableState
831 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE); in createNativeTree()
840 VMRuntime.getRuntime().registerNativeAllocation(NATIVE_ALLOCATION_SIZE); in createNativeTreeFromCopy()
956 VMRuntime.getRuntime().registerNativeFree(NATIVE_ALLOCATION_SIZE in finalize()
984 private static final int NATIVE_ALLOCATION_SIZE = 100; field in VectorDrawable.VGroup
1156 int size = NATIVE_ALLOCATION_SIZE; in getNativeSize()
1331 private static final int NATIVE_ALLOCATION_SIZE = 120; field in VectorDrawable.VClipPath
1377 return NATIVE_ALLOCATION_SIZE; in getNativeSize()
1416 private static final int NATIVE_ALLOCATION_SIZE = 264; field in VectorDrawable.VFullPath
[all …]
/frameworks/base/graphics/java/android/graphics/
DBitmap.java49 private static final long NATIVE_ALLOCATION_SIZE = 32; field in Bitmap
131 long nativeSize = NATIVE_ALLOCATION_SIZE; in Bitmap()
DCanvas.java92 private static final long NATIVE_ALLOCATION_SIZE = 525; field in Canvas
97 Canvas.class.getClassLoader(), getNativeFinalizer(), NATIVE_ALLOCATION_SIZE);