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

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

Completed in 112 milliseconds