Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java378 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() method in Bitmap_Delegate
390 return nativeGetPixel(nativeBitmap, x, y); in nativeGetColor()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1864 return nativeGetPixel(mNativePtr, x, y); in getPixel()
1892 return Color.valueOf(nativeGetPixel(mNativePtr, x, y)); in getColor()
2237 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19077 Landroid/graphics/Bitmap;->nativeGetPixel(JII)I