Home
last modified time | relevance | path

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

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