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 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.readOnlyNI(), advance, phase,
48 private static native long nativeCreate(long native_path, float advance, method in class:PathDashPathEffect
H A DBitmapShader.java61 return nativeCreate(nativeMatrix, mBitmap, mTileX, mTileY);
74 private static native long nativeCreate(long nativeMatrix, Bitmap bitmap, method in class:BitmapShader
H A DComposeShader.java75 return nativeCreate(nativeMatrix,
101 private static native long nativeCreate(long nativeMatrix, method in class:ComposeShader
H A DBitmap.java1014 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true, null, null);
1027 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true,
1107 Bitmap bm = nativeCreate(colors, offset, stride, width, height,
1917 private static native Bitmap nativeCreate(int[] colors, int offset, method in class:Bitmap
/frameworks/base/core/java/android/view/
H A DSurfaceSession.java29 private static native long nativeCreate(); method in class:SurfaceSession
36 mNativeClient = nativeCreate();
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { function in namespace:android
45 client->incStrong((void*)nativeCreate);
52 client->incStrong((void*)nativeCreate);
58 client->decStrong((void*)nativeCreate);
68 { "nativeCreate", "()J",
69 (void*)nativeCreate },
H A Dandroid_view_SurfaceControl.cpp100 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, function in namespace:android
113 surface->incStrong((void *)nativeCreate);
119 ctrl->decStrong((void *)nativeCreate);
125 ctrl->decStrong((void *)nativeCreate);
765 {"nativeCreate", "(Landroid/view/SurfaceSession;Ljava/lang/String;IIIIJII)J",
766 (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 DComposeShader_Delegate.java66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, method in class:ComposeShader_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(long nativeMatrix, Bitmap androidBitmap, method in class:BitmapShader_Delegate
/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java74 mFd = nativeCreate(name, size);
224 private native int nativeCreate(String name, int size); method in class:MemoryIntArray
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java166 mNativeDocument = nativeCreate(mInput.getFd(), size);
472 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.java41 mNative = nativeCreate(data, 0, data.length);
47 mNative = nativeCreate(data, offset, size);
493 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 880 milliseconds

12