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

12

/frameworks/base/graphics/java/android/graphics/
H A DCornerPathEffect.java28 native_instance = nativeCreate(radius);
31 private static native long nativeCreate(float radius); method in class:CornerPathEffect
H A DDiscretePathEffect.java26 native_instance = nativeCreate(segmentLength, deviation);
29 private static native long nativeCreate(float length, float deviation); method in class:DiscretePathEffect
H A DPixelXorXfermode.java29 native_instance = nativeCreate(opColor);
32 private static native long nativeCreate(int opColor); method in class:PixelXorXfermode
H A DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance,
30 private static native long nativeCreate(long nativeOuterpe, method in class:ComposePathEffect
H A DDashPathEffect.java38 native_instance = nativeCreate(intervals, phase);
41 private static native long nativeCreate(float intervals[], float phase); method in class:DashPathEffect
H A DSumPathEffect.java26 native_instance = nativeCreate(first.native_instance,
30 private static native long nativeCreate(long first, long second); method in class:SumPathEffect
H A DAvoidXfermode.java56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
59 private static native long nativeCreate(int opColor, int tolerance, method in class:AvoidXfermode
H A DPathDashPathEffect.java44 native_instance = nativeCreate(shape.ni(), advance, phase,
48 private static native long nativeCreate(long native_path, float advance, method in class:PathDashPathEffect
H A DBitmapShader.java46 init(nativeCreate(b, tileX.nativeInt, tileY.nativeInt));
59 private static native long nativeCreate(long native_bitmap, int shaderTileModeX, method in class:BitmapShader
/frameworks/base/core/java/android/view/
H A DSurfaceSession.java29 private static native long nativeCreate(); method in class:SurfaceSession
35 mNativeClient = nativeCreate();
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp42 static jlong nativeCreate(JNIEnv* env, jclass clazz) { function in namespace:android
44 client->incStrong((void*)nativeCreate);
50 client->decStrong((void*)nativeCreate);
61 { "nativeCreate", "()J",
62 (void*)nativeCreate },
H A Dandroid_view_SurfaceControl.cpp93 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, function in namespace:android
103 surface->incStrong((void *)nativeCreate);
109 ctrl->decStrong((void *)nativeCreate);
115 ctrl->decStrong((void *)nativeCreate);
582 {"nativeCreate", "(Landroid/view/SurfaceSession;Ljava/lang/String;IIII)J",
583 (void*)nativeCreate },
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DAvoidXfermode_Delegate.java64 /*package*/ static long nativeCreate(int opColor, int tolerance, int nativeMode) { method in class:AvoidXfermode_Delegate
H A DComposePathEffect_Delegate.java65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { method in class:ComposePathEffect_Delegate
H A DCornerPathEffect_Delegate.java65 /*package*/ static long nativeCreate(float radius) { method in class:CornerPathEffect_Delegate
H A DDiscretePathEffect_Delegate.java65 /*package*/ static long nativeCreate(float length, float deviation) { method in class:DiscretePathEffect_Delegate
H A DPixelXorXfermode_Delegate.java64 /*package*/ static long nativeCreate(int opColor) { method in class:PixelXorXfermode_Delegate
H A DSumPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long first, long second) { method in class:SumPathEffect_Delegate
H A DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, method in class:PathDashPathEffect_Delegate
H A DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { method in class:DashPathEffect_Delegate
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp73 static jlong nativeCreate(JNIEnv* env, jclass thiz, jint fd, jlong size) { function in namespace:android
272 {"nativeCreate", "(IJ)J", (void*) nativeCreate},
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java153 mNativeDocument = nativeCreate(mInput.getFd(), size);
424 private static native long nativeCreate(int fd, long size); method in class:PdfRenderer
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java47 mNative = nativeCreate(data, 0, data.length);
55 mNative = nativeCreate(data, offset, size);
485 private static native long nativeCreate(byte[] data, method in class:StringBlock
H A DXmlBlock.java39 mNative = nativeCreate(data, 0, data.length);
45 mNative = nativeCreate(data, offset, size);
491 private static final native long nativeCreate(byte[] data, method in class:XmlBlock
/frameworks/base/core/java/android/database/
H A DCursorWindow.java59 private static native long nativeCreate(String name, int cursorWindowSize); method in class:CursorWindow
106 mWindowPtr = nativeCreate(mName, sCursorWindowSize);

Completed in 1556 milliseconds

12