Searched refs:nativeCreate1 (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DComposeShader_Delegate.java66 /*package*/ static int nativeCreate1(int native_shaderA, int native_shaderB, method in class:ComposeShader_Delegate
H A DLinearGradient_Delegate.java57 /*package*/ static int nativeCreate1(LinearGradient thisGradient, method in class:LinearGradient_Delegate
69 return nativeCreate1(thisGradient,
H A DRadialGradient_Delegate.java57 /*package*/ static int nativeCreate1(float x, float y, float radius, method in class:RadialGradient_Delegate
67 return nativeCreate1(x, y, radius, new int[] { color0, color1 }, null /*positions*/,
H A DSweepGradient_Delegate.java55 /*package*/ static int nativeCreate1(float x, float y, int colors[], float positions[]) { method in class:SweepGradient_Delegate
62 return nativeCreate1(x, y, new int[] { color0, color1 }, null /*positions*/);
/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java56 native_instance = nativeCreate1(shaderA.native_instance, shaderB.native_instance,
107 private static native int nativeCreate1(int native_shaderA, int native_shaderB, method in class:ComposeShader
H A DSweepGradient.java65 native_instance = nativeCreate1(cx, cy, colors, positions);
109 private static native int nativeCreate1(float x, float y, int colors[], float positions[]); method in class:SweepGradient
H A DLinearGradient.java68 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
119 private native int nativeCreate1(float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DRadialGradient.java68 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt);
120 private static native int nativeCreate1(float x, float y, float radius, method in class:RadialGradient

Completed in 94 milliseconds