Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java394 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() method in Bitmap_Delegate
406 return nativeGetPixel(nativeBitmap, x, y); in nativeGetColor()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1886 return nativeGetPixel(mNativePtr, x, y); in getPixel()
1914 return Color.valueOf(nativeGetPixel(mNativePtr, x, y)); in getColor()
2268 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19068 Landroid/graphics/Bitmap;->nativeGetPixel(JII)I