Home
last modified time | relevance | path

Searched defs:nativeDestructor (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DMaskFilterNatives.java11 public static native void nativeDestructor(long nativeFilter); in nativeDestructor() method in MaskFilterNatives
H A DPathEffectNatives.java11 public static native void nativeDestructor(long nativePatheffect); in nativeDestructor() method in PathEffectNatives
H A DRegionIteratorNatives.java15 public static native void nativeDestructor(long nativeIter); in nativeDestructor() method in RegionIteratorNatives
H A DInterpolatorNatives.java12 public static native void nativeDestructor(long nativeInstance); in nativeDestructor() method in InterpolatorNatives
H A DPictureNatives.java31 public static native void nativeDestructor(long nativePicture); in nativeDestructor() method in PictureNatives
H A DRegionNatives.java22 public static native void nativeDestructor(long nativeRegion); in nativeDestructor() method in RegionNatives
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativePathEffect.java21 protected static void nativeDestructor(long nativePatheffect) { in nativeDestructor() method in ShadowNativePathEffect
H A DShadowNativeMaskFilter.java21 protected static void nativeDestructor(long nativeFilter) { in nativeDestructor() method in ShadowNativeMaskFilter
H A DShadowNativeRegionIterator.java29 protected static void nativeDestructor(long nativeIter) { in nativeDestructor() method in ShadowNativeRegionIterator
H A DShadowNativeInterpolator.java28 protected static void nativeDestructor(long nativeInstance) { in nativeDestructor() method in ShadowNativeInterpolator
H A DShadowNativePicture.java68 protected static void nativeDestructor(long nativePicture) { in nativeDestructor() method in ShadowNativePicture
H A DShadowNativeRegion.java70 protected static void nativeDestructor(long nativeRegion) { in nativeDestructor() method in ShadowNativeRegion
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DMaskFilter.java31 private static native void nativeDestructor(long native_filter); in nativeDestructor() method in MaskFilter
H A DDrawFilter.java42 private static native void nativeDestructor(long nativeDrawFilter); in nativeDestructor() method in DrawFilter
H A DPathEffect.java31 private static native void nativeDestructor(long native_patheffect); in nativeDestructor() method in PathEffect
H A DRegionIterator.java50 private static native void nativeDestructor(long native_iter); in nativeDestructor() method in RegionIterator
H A DCamera.java165 private native void nativeDestructor(); in nativeDestructor() method in Camera
H A DMovie.java77 private static native void nativeDestructor(long nativeMovie); in nativeDestructor() method in Movie
H A DInterpolator.java161 private static native void nativeDestructor(long native_instance); in nativeDestructor() method in Interpolator
H A DPicture.java243 private static native void nativeDestructor(long nativePicture); in nativeDestructor() method in Picture
H A DGraphicsStatsService.java468 private static native void nativeDestructor(); in nativeDestructor() method in GraphicsStatsService
H A DRegion.java427 private static native void nativeDestructor(long native_region); in nativeDestructor() method in Region
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGraphicsStatsService.cpp170 static void nativeDestructor(JNIEnv* env, jobject javaObject) { in nativeDestructor() function
/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/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-28/
Dframework.jarorg/apache/http/params/HttpParams.class HttpParams.java package org.apache. ...

123