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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DComposeShader_Delegate.java74 /*package*/ static long nativeCreate2(long native_shaderA, long native_shaderB, method in class:ComposeShader_Delegate
H A DLinearGradient_Delegate.java66 /*package*/ static long nativeCreate2(LinearGradient thisGradient, method in class:LinearGradient_Delegate
H A DRadialGradient_Delegate.java65 /*package*/ static long nativeCreate2(float x, float y, float radius, method in class:RadialGradient_Delegate
H A DSweepGradient_Delegate.java61 /*package*/ static long nativeCreate2(float x, float y, int color0, int color1) { method in class:SweepGradient_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java72 init(nativeCreate2(shaderA.getNativeInstance(), shaderB.getNativeInstance(),
99 private static native long nativeCreate2(long native_shaderA, long native_shaderB, method in class:ComposeShader
H A DSweepGradient.java82 init(nativeCreate2(cx, cy, color0, color1));
108 private static native long nativeCreate2(float x, float y, int color0, int color1); method in class:SweepGradient
H A DLinearGradient.java90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt));
117 private native long nativeCreate2(float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DRadialGradient.java95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt));
122 private static native long nativeCreate2(float x, float y, float radius, method in class:RadialGradient

Completed in 128 milliseconds