HomeSort by relevance Sort by last modified time
    Searched refs:nativePostCreate2 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 60 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
82 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
113 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA,
SweepGradient.java 84 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
114 private static native int nativePostCreate2(int native_shader, float cx, float cy,
LinearGradient.java 93 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
125 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1,
RadialGradient.java 94 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
127 private static native int nativePostCreate2(int native_shader, float x, float y, float radius,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader_Delegate.java 89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA,
LinearGradient_Delegate.java 83 /*package*/ static int nativePostCreate2(LinearGradient thisGradient,
RadialGradient_Delegate.java 79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius,
SweepGradient_Delegate.java 73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy,

Completed in 54 milliseconds