Searched refs:nativeRecycle (Results 1 – 2 of 2) sorted by relevance
308 if (nativeRecycle(mNativeBitmap)) { in recycle()1613 private static native boolean nativeRecycle(long nativeBitmap); in nativeRecycle() method in Bitmap
310 /*package*/ static boolean nativeRecycle(long nativeBitmap) { in nativeRecycle() method in Bitmap_Delegate