Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A 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
H A 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
H A DShadowNativeRadialGradient.java27 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
55 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
H A DShadowNativeCornerPathEffect.java22 protected static long nativeCreate(float radius) { in nativeCreate() method in ShadowNativeCornerPathEffect
H A DShadowNativeDashPathEffect.java22 protected static long nativeCreate(float[] intervals, float phase) { in nativeCreate() method in ShadowNativeDashPathEffect
H A DShadowNativeDiscretePathEffect.java22 protected static long nativeCreate(float length, float deviation) { in nativeCreate() method in ShadowNativeDiscretePathEffect
H A DShadowNativeSumPathEffect.java22 protected static long nativeCreate(long first, long second) { in nativeCreate() method in ShadowNativeSumPathEffect
H A DShadowNativeComposePathEffect.java22 protected static long nativeCreate(long nativeOuterpe, long nativeInnerpe) { in nativeCreate() method in ShadowNativeComposePathEffect
H A DShadowNativeComposeShader.java22 protected static long nativeCreate( in nativeCreate() method in ShadowNativeComposeShader
H A DShadowNativePathDashPathEffect.java22 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate() method in ShadowNativePathDashPathEffect
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DInputTransferToken.java55 private static native long nativeCreate(); in nativeCreate() method in InputTransferToken
56 private static native long nativeCreate(IBinder token); in nativeCreate() method in InputTransferToken
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DCornerPathEffectNatives.java10 public static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffectNatives
H A DDiscretePathEffectNatives.java10 public static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffectNatives
H A DComposePathEffectNatives.java11 public static native long nativeCreate(long nativeOuterpe, long nativeInnerpe); in nativeCreate() method in ComposePathEffectNatives
H A DDashPathEffectNatives.java10 public static native long nativeCreate(float[] intervals, float phase); in nativeCreate() method in DashPathEffectNatives
H A DSumPathEffectNatives.java11 public static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffectNatives
H A DPathDashPathEffectNatives.java11 public static native long nativeCreate( in nativeCreate() method in PathDashPathEffectNatives
H A DComposeShaderNatives.java10 public static native long nativeCreate( in nativeCreate() method in ComposeShaderNatives
H A DBitmapShaderNatives.java11 public static native long nativeCreate( in nativeCreate() method in BitmapShaderNatives
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DCornerPathEffect.java31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
H A DDiscretePathEffect.java29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
H A DDashPathEffect.java41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
H A DSumPathEffect.java30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
H A DComposePathEffect.java30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSurfaceSession.java33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession

1234567