/frameworks/base/graphics/java/android/graphics/ |
D | ComposeShader.java | 72 init(nativeCreate2(shaderA.getNativeInstance(), shaderB.getNativeInstance(), in ComposeShader() 99 private static native long nativeCreate2(long native_shaderA, long native_shaderB, in nativeCreate2() method in ComposeShader
|
D | SweepGradient.java | 82 init(nativeCreate2(cx, cy, color0, color1)); in SweepGradient() 108 private static native long nativeCreate2(float x, float y, int color0, int color1); in nativeCreate2() method in SweepGradient
|
D | LinearGradient.java | 90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt)); in LinearGradient() 117 private native long nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2() method in LinearGradient
|
D | RadialGradient.java | 95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt)); in RadialGradient() 122 private static native long nativeCreate2(float x, float y, float radius, in nativeCreate2() method in RadialGradient
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | ComposeShader_Delegate.java | 74 /*package*/ static long nativeCreate2(long native_shaderA, long native_shaderB, in nativeCreate2() method in ComposeShader_Delegate
|
D | SweepGradient_Delegate.java | 61 /*package*/ static long nativeCreate2(float x, float y, int color0, int color1) { in nativeCreate2() method in SweepGradient_Delegate
|
D | RadialGradient_Delegate.java | 65 /*package*/ static long nativeCreate2(float x, float y, float radius, in nativeCreate2() method in RadialGradient_Delegate
|
D | LinearGradient_Delegate.java | 66 /*package*/ static long nativeCreate2(LinearGradient thisGradient, in nativeCreate2() method in LinearGradient_Delegate
|