Home
last modified time | relevance | path

Searched defs:nativeCreate (Results 1 – 25 of 40) sorted by relevance

12

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeBitmapShader.java29 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
40 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
46 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
58 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader
DShadowSurfaceControl.java46 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
54 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
70 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
DShadowNativeRadialGradient.java27 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
55 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
DShadowNativeCornerPathEffect.java22 protected static long nativeCreate(float radius) { in nativeCreate() method in ShadowNativeCornerPathEffect
DShadowNativeComposePathEffect.java22 protected static long nativeCreate(long nativeOuterpe, long nativeInnerpe) { in nativeCreate() method in ShadowNativeComposePathEffect
DShadowNativeDiscretePathEffect.java22 protected static long nativeCreate(float length, float deviation) { in nativeCreate() method in ShadowNativeDiscretePathEffect
DShadowNativeSumPathEffect.java22 protected static long nativeCreate(long first, long second) { in nativeCreate() method in ShadowNativeSumPathEffect
DShadowNativeDashPathEffect.java22 protected static long nativeCreate(float[] intervals, float phase) { in nativeCreate() method in ShadowNativeDashPathEffect
DShadowNativePathDashPathEffect.java22 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate() method in ShadowNativePathDashPathEffect
DShadowNativeComposeShader.java22 protected static long nativeCreate( in nativeCreate() method in ShadowNativeComposeShader
DShadowNativeColorSpaceRgb.java33 protected static long nativeCreate( in nativeCreate() method in ShadowNativeColorSpaceRgb
DShadowNativeSweepGradient.java24 protected static long nativeCreate( in nativeCreate() method in ShadowNativeSweepGradient
DShadowStringBlock.java21 protected static long nativeCreate(byte[] data, int offset, int size) { in nativeCreate() method in ShadowStringBlock
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DCornerPathEffectNatives.java10 public static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffectNatives
DComposePathEffectNatives.java11 public static native long nativeCreate(long nativeOuterpe, long nativeInnerpe); in nativeCreate() method in ComposePathEffectNatives
DDashPathEffectNatives.java10 public static native long nativeCreate(float[] intervals, float phase); in nativeCreate() method in DashPathEffectNatives
DSumPathEffectNatives.java11 public static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffectNatives
DDiscretePathEffectNatives.java10 public static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffectNatives
DPathDashPathEffectNatives.java11 public static native long nativeCreate( in nativeCreate() method in PathDashPathEffectNatives
DComposeShaderNatives.java10 public static native long nativeCreate( in nativeCreate() method in ComposeShaderNatives
DBitmapShaderNatives.java11 public static native long nativeCreate( in nativeCreate() method in BitmapShaderNatives
DColorSpaceRgbNatives.java29 public static native long nativeCreate( in nativeCreate() method in ColorSpaceRgbNatives
DSweepGradientNatives.java11 public static native long nativeCreate( in nativeCreate() method in SweepGradientNatives
DLinearGradientNatives.java10 public static native long nativeCreate( in nativeCreate() method in LinearGradientNatives
DRadialGradientNatives.java13 public static native long nativeCreate( in nativeCreate() method in RadialGradientNatives

12