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 long nativeCreate2(long native_shaderA, long native_shaderB,
LinearGradient_Delegate.java 66 /*package*/ static long nativeCreate2(LinearGradient thisGradient,
RadialGradient_Delegate.java 65 /*package*/ static long nativeCreate2(float x, float y, float radius,
SweepGradient_Delegate.java 61 /*package*/ static long nativeCreate2(float x, float y, int color0, int color1) {
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 72 init(nativeCreate2(shaderA.getNativeInstance(), shaderB.getNativeInstance(),
99 private static native long nativeCreate2(long native_shaderA, long native_shaderB,
SweepGradient.java 82 init(nativeCreate2(cx, cy, color0, color1));
108 private static native long nativeCreate2(float x, float y, int color0, int color1);
LinearGradient.java 90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt));
117 private native long nativeCreate2(float x0, float y0, float x1, float y1,
RadialGradient.java 95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt));
122 private static native long nativeCreate2(float x, float y, float radius,

Completed in 664 milliseconds