/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 | 93 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/ |
D | CornerPathEffect.java | 28 native_instance = nativeCreate(radius); in CornerPathEffect() 31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
D | PixelXorXfermode.java | 29 native_instance = nativeCreate(opColor); in PixelXorXfermode() 32 private static native long nativeCreate(int opColor); in nativeCreate() method in PixelXorXfermode
|
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 | AvoidXfermode.java | 56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt); in AvoidXfermode() 59 private static native long nativeCreate(int opColor, int tolerance, in nativeCreate() method in AvoidXfermode
|
D | PathDashPathEffect.java | 44 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
|
D | BitmapShader.java | 46 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/ |
D | SurfaceSession.java | 29 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession 35 mNativeClient = nativeCreate(); in SurfaceSession()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | PixelXorXfermode_Delegate.java | 64 /*package*/ static long nativeCreate(int opColor) { in nativeCreate() method in PixelXorXfermode_Delegate
|
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 | AvoidXfermode_Delegate.java | 64 /*package*/ static long nativeCreate(int opColor, int tolerance, int nativeMode) { in nativeCreate() method in AvoidXfermode_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
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 153 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/ |
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() 485 private static native long nativeCreate(byte[] data, in nativeCreate() method in StringBlock
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfRenderer.cpp | 73 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/ |
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()
|