Searched refs:nativeErase (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java607 nativeErase(bm.mNativeBitmap, 0xff000000);
613 //nativeErase(bm.mNativeBitmap, 0);
880 nativeErase(mNativeBitmap, c);
1185 private static native void nativeErase(int nativeBitmap, int color); method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java264 /*package*/ static void nativeErase(int nativeBitmap, int color) { method in class:Bitmap_Delegate

Completed in 245 milliseconds