Searched refs:nativeDestructor (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DDrawFilter.java31 nativeDestructor(mNativeInt);
34 private static native void nativeDestructor(int nativeDrawFilter); method in class:DrawFilter
H A DMaskFilter.java27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(int native_filter); method in class:MaskFilter
H A DPathEffect.java27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(int native_patheffect); method in class:PathEffect
H A DRegionIterator.java45 nativeDestructor(mNativeIter);
49 private static native void nativeDestructor(int native_iter); method in class:RegionIterator
H A DShader.java72 nativeDestructor(native_instance);
75 private static native void nativeDestructor(int native_shader); method in class:Shader
H A DCamera.java44 nativeDestructor();
48 private native void nativeDestructor(); method in class:Camera
H A DInterpolator.java149 nativeDestructor(native_instance);
157 private static native void nativeDestructor(int native_instance); method in class:Interpolator
H A DPicture.java126 nativeDestructor(mNativePicture);
150 private static native void nativeDestructor(int nativePicture); method in class:Picture
H A DRegion.java328 nativeDestructor(mNativeRegion);
349 private static native void nativeDestructor(int native_region); method in class:Region
H A DBitmap.java992 nativeDestructor(mNativeBitmap);
1005 private static native void nativeDestructor(int nativeBitmap); method in class:Bitmap
/frameworks/base/core/java/android/emoji/
H A DEmojiFactory.java80 nativeDestructor(mNativeEmojiFactory);
275 private native void nativeDestructor(int factory); method in class:EmojiFactory

Completed in 326 milliseconds