Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java2133 return nativeGetPixel(mNativePtr, x, y); in getPixel()
2161 return Color.valueOf(nativeGetPixel(mNativePtr, x, y)); in getColor()
2528 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16190 Landroid/graphics/Bitmap;->nativeGetPixel(JII)I