Home
last modified time | relevance | path

Searched refs:nativeCreate (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
45 client->incStrong((void*)nativeCreate); in nativeCreate()
52 client->incStrong((void*)nativeCreate); in nativeCreateScoped()
58 client->decStrong((void*)nativeCreate); in nativeDestroy()
69 (void*)nativeCreate },
Dandroid_view_SurfaceControl.cpp101 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, in nativeCreate() function
114 surface->incStrong((void *)nativeCreate); in nativeCreate()
120 ctrl->decStrong((void *)nativeCreate); in nativeRelease()
126 ctrl->decStrong((void *)nativeCreate); in nativeDestroy()
777 (void*)nativeCreate },
/frameworks/base/graphics/java/android/graphics/
DCornerPathEffect.java28 native_instance = nativeCreate(radius); in CornerPathEffect()
31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
DDiscretePathEffect.java26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
DDashPathEffect.java38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()
41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
DSumPathEffect.java26 native_instance = nativeCreate(first.native_instance, in SumPathEffect()
30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect()
30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
DPathDashPathEffect.java44 native_instance = nativeCreate(shape.readOnlyNI(), advance, phase, in PathDashPathEffect()
48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
DBitmapShader.java61 return nativeCreate(nativeMatrix, mBitmap, mTileX, mTileY); in createNativeInstance()
74 private static native long nativeCreate(long nativeMatrix, Bitmap bitmap, in nativeCreate() method in BitmapShader
DComposeShader.java75 return nativeCreate(nativeMatrix, in createNativeInstance()
101 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
DBitmap.java1026 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true, null, null); in createBitmap()
1039 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true, in createBitmap()
1119 Bitmap bm = nativeCreate(colors, offset, stride, width, height, in createBitmap()
1929 private static native Bitmap nativeCreate(int[] colors, int offset, in nativeCreate() method in Bitmap
/frameworks/base/core/java/android/view/
DSurfaceSession.java29 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
36 mNativeClient = nativeCreate(); in SurfaceSession()
/frameworks/base/core/java/android/util/
DMemoryIntArray.java74 mFd = nativeCreate(name, size); in MemoryIntArray()
227 private native int nativeCreate(String name, int size); in nativeCreate() method in MemoryIntArray
/frameworks/layoutlib/bridge/src/android/graphics/
DCornerPathEffect_Delegate.java65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
DSumPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
DComposePathEffect_Delegate.java65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
DDiscretePathEffect_Delegate.java65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
DComposeShader_Delegate.java66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate() method in ComposeShader_Delegate
DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
DBitmapShader_Delegate.java78 /*package*/ static long nativeCreate(long nativeMatrix, Bitmap androidBitmap, in nativeCreate() method in BitmapShader_Delegate
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java166 mNativeDocument = nativeCreate(mInput.getFd(), size); in PdfRenderer()
478 private static native long nativeCreate(int fd, long size); in nativeCreate() method in PdfRenderer
/frameworks/base/core/java/android/content/res/
DXmlBlock.java41 mNative = nativeCreate(data, 0, data.length); in XmlBlock()
47 mNative = nativeCreate(data, offset, size); in XmlBlock()
493 private static final native long nativeCreate(byte[] data, in nativeCreate() method in XmlBlock
DStringBlock.java47 mNative = nativeCreate(data, 0, data.length); in StringBlock()
55 mNative = nativeCreate(data, offset, size); in StringBlock()
489 private static native long nativeCreate(byte[] data, in nativeCreate() method in StringBlock
/frameworks/base/core/java/android/database/
DCursorWindow.java59 private static native long nativeCreate(String name, int cursorWindowSize); in nativeCreate() method in CursorWindow
106 mWindowPtr = nativeCreate(mName, sCursorWindowSize); in CursorWindow()

12