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

  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 27 nativeDestructor(native_instance);
31 private static native void nativeDestructor(long native_filter);
PathEffect.java 27 nativeDestructor(native_instance);
31 private static native void nativeDestructor(long native_patheffect);
DrawFilter.java 35 nativeDestructor(mNativeInt);
42 private static native void nativeDestructor(long nativeDrawFilter);
RegionIterator.java 45 nativeDestructor(mNativeIter);
50 private static native void nativeDestructor(long native_iter);
Camera.java 165 nativeDestructor();
173 private native void nativeDestructor();
Interpolator.java 149 nativeDestructor(native_instance);
158 private static native void nativeDestructor(long native_instance);
Movie.java 72 private static native void nativeDestructor(long nativeMovie);
88 nativeDestructor(mNativeMovie);
Picture.java 66 nativeDestructor(mNativePicture);
206 private static native void nativeDestructor(long nativePicture);
Region.java 382 nativeDestructor(mNativeRegion);
409 private static native void nativeDestructor(long native_region);
  /frameworks/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) {
Region_Delegate.java 273 /*package*/ static void nativeDestructor(long native_region) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 84 milliseconds