Home
last modified time | relevance | path

Searched defs:nativeConstructor (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DBlurMaskFilterNatives.java27 public static native long nativeConstructor(float radius, int style); in nativeConstructor() method in BlurMaskFilterNatives
H A DEmbossMaskFilterNatives.java26 public static native long nativeConstructor( in nativeConstructor() method in EmbossMaskFilterNatives
H A DRegionIteratorNatives.java13 public static native long nativeConstructor(long nativeRegion); in nativeConstructor() method in RegionIteratorNatives
H A DInterpolatorNatives.java10 public static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor() method in InterpolatorNatives
H A DPictureNatives.java14 public static native long nativeConstructor(long nativeSrcOr0); in nativeConstructor() method in PictureNatives
H A DRegionNatives.java20 public static native long nativeConstructor(); in nativeConstructor() method in RegionNatives
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeBlurMaskFilter.java22 protected static long nativeConstructor(float radius, int style) { in nativeConstructor() method in ShadowNativeBlurMaskFilter
H A DShadowNativeEmbossMaskFilter.java22 protected static long nativeConstructor( in nativeConstructor() method in ShadowNativeEmbossMaskFilter
H A DShadowRegion.java38 protected static long nativeConstructor() { in nativeConstructor() method in ShadowRegion
H A DShadowNativeRegionIterator.java23 protected static long nativeConstructor(long nativeRegion) { in nativeConstructor() method in ShadowNativeRegionIterator
H A DShadowPicture.java17 protected static long nativeConstructor(long nativeSrc) { in nativeConstructor() method in ShadowPicture
H A DShadowNativeInterpolator.java22 protected static long nativeConstructor(int valueCount, int frameCount) { in nativeConstructor() method in ShadowNativeInterpolator
H A DShadowNativePicture.java25 protected static long nativeConstructor(long nativeSrcOr0) { in nativeConstructor() method in ShadowNativePicture
H A DShadowNativeRegion.java64 protected static long nativeConstructor() { in nativeConstructor() method in ShadowNativeRegion
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPaintFlagsDrawFilter.java34 private static native long nativeConstructor(int clearBits, int setBits); in nativeConstructor() method in PaintFlagsDrawFilter
H A DEmbossMaskFilter.java39 …private static native long nativeConstructor(float[] direction, float ambient, float specular, flo… in nativeConstructor() method in EmbossMaskFilter
H A DRegionIterator.java49 private static native long nativeConstructor(long native_region); in nativeConstructor() method in RegionIterator
H A DBlurMaskFilter.java65 private static native long nativeConstructor(float radius, int style); in nativeConstructor() method in BlurMaskFilter
H A DCamera.java164 private native void nativeConstructor(); in nativeConstructor() method in Camera
H A DInterpolator.java160 private static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor() method in Interpolator
H A DPicture.java234 private static native long nativeConstructor(long nativeSrcOr0); in nativeConstructor() method in Picture
H A DRegion.java426 private static native long nativeConstructor(); in nativeConstructor() method in Region
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js212 function register(nativeConstructor, wrapperConstructor, opt_instance) { argument
230 function isWrapperFor(wrapperConstructor, nativeConstructor) { argument
H A Dwebcomponents.js258 function register(nativeConstructor, wrapperConstructor, opt_instance) { argument
276 function isWrapperFor(wrapperConstructor, nativeConstructor) { argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar28META-INF/ META-INF/MANIFEST.MF android/ android/drm/ android/ ...

123