Searched refs:nativeCreate (Results 1 - 25 of 30) 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 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 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.java47 init(nativeCreate(bitmap, tileX.nativeInt, tileY.nativeInt));
60 private static native long nativeCreate(Bitmap 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();
H A DSurfaceControl.java34 private static native long nativeCreate(SurfaceSession session, String name, method in class:SurfaceControl
296 mNativeObject = nativeCreate(session, name, w, h, format, flags);
/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.cpp94 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, function in namespace:android
104 surface->incStrong((void *)nativeCreate);
110 ctrl->decStrong((void *)nativeCreate);
116 ctrl->decStrong((void *)nativeCreate);
648 {"nativeCreate", "(Landroid/view/SurfaceSession;Ljava/lang/String;IIII)J",
649 (void*)nativeCreate },
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
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 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
H A DBitmapShader_Delegate.java78 /*package*/ static long nativeCreate(Bitmap androidBitmap, int shaderTileModeX, method in class:BitmapShader_Delegate
/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java74 mFd = ParcelFileDescriptor.fromFd(nativeCreate(name, size));
231 private native int nativeCreate(String name, int size); method in class:MemoryIntArray
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp77 static jlong nativeCreate(JNIEnv* env, jclass thiz, jint fd, jlong size) { function in namespace:android
286 {"nativeCreate", "(IJ)J", (void*) nativeCreate},
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java157 mNativeDocument = nativeCreate(mInput.getFd(), size);
428 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);
489 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);
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java54 private static native long nativeCreate(String opPackageName); method in class:SystemSensorManager
101 mNativeInstance = nativeCreate(context.getOpPackageName());

Completed in 784 milliseconds

12