Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java315 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase() method in Bitmap_Delegate
335 /*package*/ static void nativeErase(long nativeBitmap, long colorSpacePtr, long color) { in nativeErase() method in Bitmap_Delegate
336 nativeErase(nativeBitmap, Color.toArgb(color)); in nativeErase()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1130 nativeErase(bm.mNativePtr, 0xff000000); in createBitmap()
1824 nativeErase(mNativePtr, c); in eraseColor()
1843 nativeErase(mNativePtr, cs.getNativeInstance(), color); in eraseColor()
2232 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() method in Bitmap
2233 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() method in Bitmap
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19071 Landroid/graphics/Bitmap;->nativeErase(JI)V