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

/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
66 private static native int nativePostCreate2(int native_shader, float cx, float cy, method in class:SweepGradient
H A DComposeShader.java46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
76 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA, method in class:ComposeShader
H A DLinearGradient.java56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DRadialGradient.java61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, method in class:RadialGradient
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DComposeShader_Delegate.java89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, method in class:ComposeShader_Delegate
H A DSweepGradient_Delegate.java73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, method in class:SweepGradient_Delegate
H A DLinearGradient_Delegate.java83 /*package*/ static int nativePostCreate2(LinearGradient thisGradient, method in class:LinearGradient_Delegate
H A DRadialGradient_Delegate.java79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, method in class:RadialGradient_Delegate

Completed in 143 milliseconds