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

/frameworks/base/graphics/java/android/graphics/
H A DMaskFilter.java27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(long native_filter); method in class:MaskFilter
H A DPathEffect.java27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(long native_patheffect); method in class:PathEffect
H A DDrawFilter.java35 nativeDestructor(mNativeInt);
41 private static native void nativeDestructor(long nativeDrawFilter); method in class:DrawFilter
H A DRegionIterator.java45 nativeDestructor(mNativeIter);
49 private static native void nativeDestructor(long native_iter); method in class:RegionIterator
H A DCamera.java165 nativeDestructor();
172 private native void nativeDestructor(); method in class:Camera
H A DShader.java93 nativeDestructor(native_instance);
123 private static native void nativeDestructor(long native_shader); method in class:Shader
H A DInterpolator.java149 nativeDestructor(native_instance);
157 private static native void nativeDestructor(long native_instance); method in class:Interpolator
H A DMovie.java68 private static native void nativeDestructor(long nativeMovie); method in class:Movie
84 nativeDestructor(mNativeMovie);
H A DPicture.java62 nativeDestructor(mNativePicture);
187 private static native void nativeDestructor(long nativePicture); method in class:Picture
H A DRegion.java382 nativeDestructor(mNativeRegion);
408 private static native void nativeDestructor(long native_region); method in class:Region
H A DBitmap.java1667 nativeDestructor(mNativeBitmap);
1681 private static native void nativeDestructor(long nativeBitmap); method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDrawFilter_Delegate.java59 /*package*/ static void nativeDestructor(long nativeDrawFilter) { method in class:DrawFilter_Delegate
H A DMaskFilter_Delegate.java59 /*package*/ static void nativeDestructor(long native_filter) { method in class:MaskFilter_Delegate
H A DPathEffect_Delegate.java63 /*package*/ static void nativeDestructor(long native_patheffect) { method in class:PathEffect_Delegate
H A DShader_Delegate.java79 /*package*/ static void nativeDestructor(long native_shader) { method in class:Shader_Delegate
H A DRegion_Delegate.java273 /*package*/ static void nativeDestructor(long native_region) { method in class:Region_Delegate
H A DBitmap_Delegate.java284 /*package*/ static void nativeDestructor(long nativeBitmap) { method in class:Bitmap_Delegate
/frameworks/base/core/java/android/emoji/
H A DEmojiFactory.java80 nativeDestructor(mNativeEmojiFactory);
275 private native void nativeDestructor(long nativeEmojiFactory); method in class:EmojiFactory

Completed in 142 milliseconds