/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativeBitmapShader.java | 29 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 D | ShadowSurfaceControl.java | 46 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 D | ShadowNativeRadialGradient.java | 27 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient 55 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient
|
H A D | ShadowNativeCornerPathEffect.java | 22 protected static long nativeCreate(float radius) { in nativeCreate() method in ShadowNativeCornerPathEffect
|
H A D | ShadowNativeDashPathEffect.java | 22 protected static long nativeCreate(float[] intervals, float phase) { in nativeCreate() method in ShadowNativeDashPathEffect
|
H A D | ShadowNativeDiscretePathEffect.java | 22 protected static long nativeCreate(float length, float deviation) { in nativeCreate() method in ShadowNativeDiscretePathEffect
|
H A D | ShadowNativeSumPathEffect.java | 22 protected static long nativeCreate(long first, long second) { in nativeCreate() method in ShadowNativeSumPathEffect
|
H A D | ShadowNativeComposePathEffect.java | 22 protected static long nativeCreate(long nativeOuterpe, long nativeInnerpe) { in nativeCreate() method in ShadowNativeComposePathEffect
|
H A D | ShadowNativeComposeShader.java | 22 protected static long nativeCreate( in nativeCreate() method in ShadowNativeComposeShader
|
H A D | ShadowNativePathDashPathEffect.java | 22 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 D | InputTransferToken.java | 55 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 D | CornerPathEffectNatives.java | 10 public static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffectNatives
|
H A D | DiscretePathEffectNatives.java | 10 public static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffectNatives
|
H A D | ComposePathEffectNatives.java | 11 public static native long nativeCreate(long nativeOuterpe, long nativeInnerpe); in nativeCreate() method in ComposePathEffectNatives
|
H A D | DashPathEffectNatives.java | 10 public static native long nativeCreate(float[] intervals, float phase); in nativeCreate() method in DashPathEffectNatives
|
H A D | SumPathEffectNatives.java | 11 public static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffectNatives
|
H A D | PathDashPathEffectNatives.java | 11 public static native long nativeCreate( in nativeCreate() method in PathDashPathEffectNatives
|
H A D | ComposeShaderNatives.java | 10 public static native long nativeCreate( in nativeCreate() method in ComposeShaderNatives
|
H A D | BitmapShaderNatives.java | 11 public static native long nativeCreate( in nativeCreate() method in BitmapShaderNatives
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | CornerPathEffect.java | 31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
H A D | DiscretePathEffect.java | 29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
|
H A D | DashPathEffect.java | 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
|
H A D | SumPathEffect.java | 30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
|
H A D | ComposePathEffect.java | 30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | SurfaceSession.java | 33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
|