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

  /frameworks/base/graphics/java/android/graphics/
DrawFilter.java 31 nativeDestructor(mNativeInt);
34 private static native void nativeDestructor(int nativeDrawFilter);
MaskFilter.java 27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(int native_filter);
PathEffect.java 27 nativeDestructor(native_instance);
30 private static native void nativeDestructor(int native_patheffect);
RegionIterator.java 45 nativeDestructor(mNativeIter);
49 private static native void nativeDestructor(int native_iter);
Shader.java 72 nativeDestructor(native_instance);
75 private static native void nativeDestructor(int native_shader);
Camera.java 44 nativeDestructor();
48 private native void nativeDestructor();
Interpolator.java 149 nativeDestructor(native_instance);
157 private static native void nativeDestructor(int native_instance);
Picture.java 126 nativeDestructor(mNativePicture);
150 private static native void nativeDestructor(int nativePicture);
Region.java 328 nativeDestructor(mNativeRegion);
349 private static native void nativeDestructor(int native_region);
Bitmap.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DrawFilter_Delegate.java 59 /*package*/ static void nativeDestructor(int nativeDrawFilter) {
MaskFilter_Delegate.java 59 /*package*/ static void nativeDestructor(int native_filter) {
PathEffect_Delegate.java 63 /*package*/ static void nativeDestructor(int native_patheffect) {
Shader_Delegate.java 87 /*package*/ static void nativeDestructor(int native_shader) {
Bitmap_Delegate.java 236 /*package*/ static void nativeDestructor(int nativeBitmap) {
Region_Delegate.java 273 /*package*/ static void nativeDestructor(int native_region) {
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 80 nativeDestructor(mNativeEmojiFactory);
275 private native void nativeDestructor(int factory);

Completed in 2143 milliseconds