Home
last modified time | relevance | path

Searched refs:nativeCreate (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DCornerPathEffect.java28 native_instance = nativeCreate(radius); in CornerPathEffect()
31 private static native int nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
DPixelXorXfermode.java29 native_instance = nativeCreate(opColor); in PixelXorXfermode()
32 private static native int nativeCreate(int opColor); in nativeCreate() method in PixelXorXfermode
DDiscretePathEffect.java26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native int nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
DDashPathEffect.java38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()
41 private static native int nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
DSumPathEffect.java26 native_instance = nativeCreate(first.native_instance, in SumPathEffect()
30 private static native int nativeCreate(int first, int second); in nativeCreate() method in SumPathEffect
DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect()
30 private static native int nativeCreate(int outerpe, int innerpe); in nativeCreate() method in ComposePathEffect
DAvoidXfermode.java56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt); in AvoidXfermode()
59 private static native int nativeCreate(int opColor, int tolerance, in nativeCreate() method in AvoidXfermode
DPathDashPathEffect.java44 native_instance = nativeCreate(shape.ni(), advance, phase, in PathDashPathEffect()
48 private static native int nativeCreate(int native_path, float advance, in nativeCreate() method in PathDashPathEffect
DBitmapShader.java41 native_instance = nativeCreate(b, tileX.nativeInt, tileY.nativeInt); in BitmapShader()
45 private static native int nativeCreate(int native_bitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader
DTypeface.java88 return new Typeface(nativeCreate(familyName, style)); in create()
222 private static native int nativeCreate(String familyName, int style); in nativeCreate() method in Typeface
DBitmap.java640 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true); in createBitmap()
687 return nativeCreate(colors, offset, stride, width, height, in createBitmap()
1217 private static native Bitmap nativeCreate(int[] colors, int offset, in nativeCreate() method in Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPixelXorXfermode_Delegate.java64 /*package*/ static int nativeCreate(int opColor) { in nativeCreate() method in PixelXorXfermode_Delegate
DCornerPathEffect_Delegate.java65 /*package*/ static int nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
DDiscretePathEffect_Delegate.java65 /*package*/ static int nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
DSumPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int first, int second) { in nativeCreate() method in SumPathEffect_Delegate
DComposePathEffect_Delegate.java65 /*package*/ static int nativeCreate(int outerpe, int innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
DAvoidXfermode_Delegate.java64 /*package*/ static int nativeCreate(int opColor, int tolerance, int nativeMode) { in nativeCreate() method in AvoidXfermode_Delegate
DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
DTypeface_Delegate.java102 /*package*/ static synchronized int nativeCreate(String familyName, int style) { in nativeCreate() method in Typeface_Delegate
173 return nativeCreate(null, 0); in nativeCreateFromFile()
DDashPathEffect_Delegate.java76 /*package*/ static int nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
DBitmapShader_Delegate.java68 /*package*/ static int nativeCreate(int native_bitmap, int shaderTileModeX, in nativeCreate() method in BitmapShader_Delegate
/frameworks/base/core/java/android/content/res/
DXmlBlock.java39 mNative = nativeCreate(data, 0, data.length); in XmlBlock()
45 mNative = nativeCreate(data, offset, size); in XmlBlock()
491 private static final native int nativeCreate(byte[] data, in nativeCreate() method in XmlBlock
DStringBlock.java46 mNative = nativeCreate(data, 0, data.length); in StringBlock()
54 mNative = nativeCreate(data, offset, size); in StringBlock()
426 private static final native int nativeCreate(byte[] data, in nativeCreate() method in StringBlock
/frameworks/base/core/java/android/database/
DCursorWindow.java62 private static native int nativeCreate(String name, int cursorWindowSize); in nativeCreate() method in CursorWindow
102 mWindowPtr = nativeCreate(mName, sCursorWindowSize); in CursorWindow()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp61 static jint nativeCreate(JNIEnv* env, jclass clazz, jstring nameObj, jint cursorWindowSize) { in nativeCreate() function
481 (void*)nativeCreate },

12