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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader_Delegate.java 74 /*package*/ static int nativeCreate2(int native_shaderA, int native_shaderB,
LinearGradient_Delegate.java 66 /*package*/ static int nativeCreate2(LinearGradient thisGradient,
RadialGradient_Delegate.java 65 /*package*/ static int nativeCreate2(float x, float y, float radius,
SweepGradient_Delegate.java 61 /*package*/ static int nativeCreate2(float x, float y, int color0, int color1) {
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 80 native_instance = nativeCreate2(shaderA.native_instance, shaderB.native_instance,
109 private static native int nativeCreate2(int native_shaderA, int native_shaderB,
SweepGradient.java 83 native_instance = nativeCreate2(cx, cy, color0, color1);
110 private static native int nativeCreate2(float x, float y, int color0, int color1);
LinearGradient.java 92 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
121 private native int nativeCreate2(float x0, float y0, float x1, float y1,
RadialGradient.java 93 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
122 private static native int nativeCreate2(float x, float y, float radius,

Completed in 3981 milliseconds