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

/frameworks/base/graphics/java/android/graphics/
H A DDrawFilter.java32 nativeDestructor(mNativeInt);
38 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.java89 nativeDestructor(native_instance, native_shader);
93 private static native void nativeDestructor(int native_shader, int native_skiaShader); method in class:Shader
H A DMovie.java49 private static native void nativeDestructor(int nativeMovie); method in class:Movie
65 nativeDestructor(mNativeMovie);
H A DCamera.java157 nativeDestructor();
164 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.java141 nativeDestructor(mNativePicture);
169 private static native void nativeDestructor(int nativePicture); method in class:Picture
H A DRegion.java341 nativeDestructor(mNativeRegion);
367 private static native void nativeDestructor(int native_region); method in class:Region
H A DBitmap.java1386 nativeDestructor(mNativeBitmap);
1398 private static native void nativeDestructor(int nativeBitmap); method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDrawFilter_Delegate.java59 /*package*/ static void nativeDestructor(int nativeDrawFilter) { method in class:DrawFilter_Delegate
H A DMaskFilter_Delegate.java59 /*package*/ static void nativeDestructor(int native_filter) { method in class:MaskFilter_Delegate
H A DPathEffect_Delegate.java63 /*package*/ static void nativeDestructor(int native_patheffect) { method in class:PathEffect_Delegate
H A DShader_Delegate.java79 /*package*/ static void nativeDestructor(int native_shader, int native_skiaShader) { method in class:Shader_Delegate
H A DRegion_Delegate.java273 /*package*/ static void nativeDestructor(int native_region) { method in class:Region_Delegate
H A DBitmap_Delegate.java246 /*package*/ static void nativeDestructor(int nativeBitmap) { method in class:Bitmap_Delegate
/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 144 milliseconds