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

/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java45 native_shader = nativePostCreate1(native_instance, cx, cy, colors, positions);
64 private static native int nativePostCreate1(int native_shader, float cx, float cy, method in class:SweepGradient
H A DComposeShader.java49 native_shader = nativePostCreate1(native_instance, shaderA.native_shader,
74 private static native int nativePostCreate1(int native_shader, int native_skiaShaderA, method in class:ComposeShader
H A DLinearGradient.java40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, method in class:LinearGradient
H A DRadialGradient.java43 native_shader = nativePostCreate1(native_instance, x, y, radius, colors, positions,
70 private static native int nativePostCreate1(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.java82 /*package*/ static int nativePostCreate1(int native_shader, int native_skiaShaderA, method in class:ComposeShader_Delegate
H A DLinearGradient_Delegate.java75 /*package*/ static int nativePostCreate1(LinearGradient thisGradient, method in class:LinearGradient_Delegate
H A DRadialGradient_Delegate.java72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius, method in class:RadialGradient_Delegate
H A DSweepGradient_Delegate.java66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy, method in class:SweepGradient_Delegate

Completed in 90 milliseconds