/frameworks/base/core/jni/ |
D | android_view_SurfaceSession.cpp | 42 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 },
|
D | android_view_SurfaceControl.cpp | 94 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/ |
D | CornerPathEffect.java | 28 native_instance = nativeCreate(radius); in CornerPathEffect() 31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
D | DiscretePathEffect.java | 26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect() 29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
|
D | DashPathEffect.java | 38 native_instance = nativeCreate(intervals, phase); in DashPathEffect() 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
|
D | ComposePathEffect.java | 26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect() 30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
|
D | SumPathEffect.java | 26 native_instance = nativeCreate(first.native_instance, in SumPathEffect() 30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
|
D | PathDashPathEffect.java | 44 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
|
D | BitmapShader.java | 47 init(nativeCreate(bitmap, tileX.nativeInt, tileY.nativeInt)); in BitmapShader() 60 private static native long nativeCreate(Bitmap bitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader
|
D | Bitmap.java | 879 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/ |
D | SurfaceSession.java | 29 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession 35 mNativeClient = nativeCreate(); in SurfaceSession()
|
D | SurfaceControl.java | 34 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/ |
D | MemoryIntArray.java | 72 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/ |
D | CornerPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
|
D | SumPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
|
D | ComposePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
|
D | DiscretePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
|
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
|
D | DashPathEffect_Delegate.java | 76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
|
D | BitmapShader_Delegate.java | 78 /*package*/ static long nativeCreate(Bitmap androidBitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader_Delegate
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 165 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/ |
D | PdfRenderer.cpp | 74 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/ |
D | XmlBlock.java | 39 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
|
D | StringBlock.java | 47 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/ |
D | CursorWindow.java | 59 private static native long nativeCreate(String name, int cursorWindowSize); in nativeCreate() method in CursorWindow 106 mWindowPtr = nativeCreate(mName, sCursorWindowSize); in CursorWindow()
|