Searched refs:nativeErase (Results 1 – 3 of 3) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 315 /*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/ |
D | Bitmap.java | 1130 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/ |
D | hiddenapi-greylist-max-o.txt | 19071 Landroid/graphics/Bitmap;->nativeErase(JI)V
|