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.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.cpp93 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, in nativeCreate() function
103 surface->incStrong((void *)nativeCreate); in nativeCreate()
109 ctrl->decStrong((void *)nativeCreate); in nativeRelease()
115 ctrl->decStrong((void *)nativeCreate); in nativeDestroy()
583 (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
DPixelXorXfermode.java29 native_instance = nativeCreate(opColor); in PixelXorXfermode()
32 private static native long nativeCreate(int opColor); in nativeCreate() method in PixelXorXfermode
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
DAvoidXfermode.java56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt); in AvoidXfermode()
59 private static native long nativeCreate(int opColor, int tolerance, in nativeCreate() method in AvoidXfermode
DPathDashPathEffect.java44 native_instance = nativeCreate(shape.ni(), advance, phase, in PathDashPathEffect()
48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
DBitmapShader.java46 init(nativeCreate(b, tileX.nativeInt, tileY.nativeInt)); in BitmapShader()
59 private static native long nativeCreate(long native_bitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader
/frameworks/base/core/java/android/view/
DSurfaceSession.java29 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
35 mNativeClient = nativeCreate(); in SurfaceSession()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPixelXorXfermode_Delegate.java64 /*package*/ static long nativeCreate(int opColor) { in nativeCreate() method in PixelXorXfermode_Delegate
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
DAvoidXfermode_Delegate.java64 /*package*/ static long nativeCreate(int opColor, int tolerance, int nativeMode) { in nativeCreate() method in AvoidXfermode_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
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java153 mNativeDocument = nativeCreate(mInput.getFd(), size); in PdfRenderer()
424 private static native long nativeCreate(int fd, long size); in nativeCreate() method in PdfRenderer
/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()
485 private static native long nativeCreate(byte[] data, in nativeCreate() method in StringBlock
/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp73 static jlong nativeCreate(JNIEnv* env, jclass thiz, jint fd, jlong size) { in nativeCreate() function
272 {"nativeCreate", "(IJ)J", (void*) nativeCreate},
/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