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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DComposeShader_Delegate.java66 /*package*/ static long nativeCreate1(long native_shaderA, long native_shaderB, method in class:ComposeShader_Delegate
H A DRadialGradient_Delegate.java59 /*package*/ static long nativeCreate1(float x, float y, float radius, method in class:RadialGradient_Delegate
69 return nativeCreate1(x, y, radius, new int[] { color0, color1 }, null /*positions*/,
H A DSweepGradient_Delegate.java55 /*package*/ static long 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*/);
H A DLinearGradient_Delegate.java59 /*package*/ static long nativeCreate1(LinearGradient thisGradient, method in class:LinearGradient_Delegate
71 return nativeCreate1(thisGradient,
/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java56 init(nativeCreate1(shaderA.getNativeInstance(), shaderB.getNativeInstance(),
97 private static native long nativeCreate1(long native_shaderA, long native_shaderB, method in class:ComposeShader
H A DLinearGradient.java68 init(nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt));
115 private native long nativeCreate1(float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DSweepGradient.java65 init(nativeCreate1(cx, cy, colors, positions));
107 private static native long nativeCreate1(float x, float y, int colors[], float positions[]); method in class:SweepGradient
H A DRadialGradient.java72 init(nativeCreate1(centerX, centerY, radius, colors, stops, tileMode.nativeInt));
120 private static native long nativeCreate1(float x, float y, float radius, method in class:RadialGradient

Completed in 111 milliseconds