Home
last modified time | relevance | path

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

12

/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp42 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
44 client->incStrong((void*)nativeCreate); in nativeCreate()
50 client->decStrong((void*)nativeCreate); in nativeDestroy()
62 (void*)nativeCreate },
Dandroid_view_SurfaceControl.cpp94 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, in nativeCreate() function
104 surface->incStrong((void *)nativeCreate); in nativeCreate()
110 ctrl->decStrong((void *)nativeCreate); in nativeRelease()
116 ctrl->decStrong((void *)nativeCreate); in nativeDestroy()
699 (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
DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect()
30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
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
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.java47 init(nativeCreate(bitmap, tileX.nativeInt, tileY.nativeInt)); in BitmapShader()
60 private static native long nativeCreate(Bitmap bitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader
DBitmap.java879 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true); in createBitmap()
952 Bitmap bm = nativeCreate(colors, offset, stride, width, height, in createBitmap()
1688 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
35 mNativeClient = nativeCreate(); in SurfaceSession()
DSurfaceControl.java34 private static native long nativeCreate(SurfaceSession session, String name, in nativeCreate() method in SurfaceControl
302 mNativeObject = nativeCreate(session, name, w, h, format, flags); in SurfaceControl()
/frameworks/base/core/java/android/util/
DMemoryIntArray.java72 mFd = nativeCreate(name, size); in MemoryIntArray()
214 private native int nativeCreate(String name, int size); in nativeCreate() method in MemoryIntArray
/frameworks/base/tools/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
DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
DBitmapShader_Delegate.java78 /*package*/ static long nativeCreate(Bitmap androidBitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader_Delegate
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java165 mNativeDocument = nativeCreate(mInput.getFd(), size); in PdfRenderer()
449 private static native long nativeCreate(int fd, long size); in nativeCreate() method in PdfRenderer
/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp74 static jlong nativeCreate(JNIEnv* env, jclass thiz, jint fd, jlong size) { in nativeCreate() function
283 {"nativeCreate", "(IJ)J", (void*) nativeCreate},
/frameworks/base/core/java/android/content/res/
DXmlBlock.java39 mNative = nativeCreate(data, 0, data.length); in XmlBlock()
45 mNative = nativeCreate(data, offset, size); in XmlBlock()
491 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