HomeSort by relevance Sort by last modified time
    Searched refs:nativeDestructor (Results 1 - 18 of 18) sorted by null

  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(long native_filter);
PathEffect.java 27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(long native_patheffect);
DrawFilter.java 32 nativeDestructor(mNativeInt);
38 private static native void nativeDestructor(long nativeDrawFilter);
RegionIterator.java 45 nativeDestructor(mNativeIter);
49 private static native void nativeDestructor(long native_iter);
Camera.java 165 nativeDestructor();
172 private native void nativeDestructor();
Shader.java 92 nativeDestructor(native_instance);
122 private static native void nativeDestructor(long native_shader);
Movie.java 63 private static native void nativeDestructor(long nativeMovie);
79 nativeDestructor(mNativeMovie);
Interpolator.java 149 nativeDestructor(native_instance);
157 private static native void nativeDestructor(long native_instance);
Picture.java 62 nativeDestructor(mNativePicture);
192 private static native void nativeDestructor(long nativePicture);
Region.java 382 nativeDestructor(mNativeRegion);
408 private static native void nativeDestructor(long native_region);
Bitmap.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DrawFilter_Delegate.java 59 /*package*/ static void nativeDestructor(long nativeDrawFilter) {
MaskFilter_Delegate.java 59 /*package*/ static void nativeDestructor(long native_filter) {
PathEffect_Delegate.java 63 /*package*/ static void nativeDestructor(long native_patheffect) {
Shader_Delegate.java 79 /*package*/ static void nativeDestructor(long native_shader) {
Region_Delegate.java 273 /*package*/ static void nativeDestructor(long native_region) {
Bitmap_Delegate.java 305 /*package*/ static void nativeDestructor(long nativeBitmap) {
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 80 nativeDestructor(mNativeEmojiFactory);
275 private native void nativeDestructor(long nativeEmojiFactory);

Completed in 658 milliseconds