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

/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java57 native_instance = nativeCreate2(cx, cy, color0, color1);
62 private static native int nativeCreate2(float x, float y, int color0, int color1); method in class:SweepGradient
H A DComposeShader.java64 native_instance = nativeCreate2(shaderA.native_instance, shaderB.native_instance,
72 private static native int nativeCreate2(int native_shaderA, int native_shaderB, method in class:ComposeShader
H A DLinearGradient.java55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
62 private native int nativeCreate2(float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DRadialGradient.java60 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
67 private static native int nativeCreate2(float x, float y, float radius, method in class:RadialGradient
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DComposeShader_Delegate.java74 /*package*/ static int nativeCreate2(int native_shaderA, int native_shaderB, method in class:ComposeShader_Delegate
H A DLinearGradient_Delegate.java66 /*package*/ static int nativeCreate2(LinearGradient thisGradient, method in class:LinearGradient_Delegate
H A DRadialGradient_Delegate.java65 /*package*/ static int nativeCreate2(float x, float y, float radius, method in class:RadialGradient_Delegate
H A DSweepGradient_Delegate.java61 /*package*/ static int nativeCreate2(float x, float y, int color0, int color1) { method in class:SweepGradient_Delegate

Completed in 104 milliseconds