Searched refs:nativeGetColor (Results 1 – 2 of 2) sorted by relevance
1918 long rgba = nativeGetColor(mNativePtr, x, y); in getColor()2269 private static native long nativeGetColor(long nativeBitmap, int x, int y); in nativeGetColor() method in Bitmap
405 /*package*/ static long nativeGetColor(long nativeBitmap, int x, int y) { in nativeGetColor() method in Bitmap_Delegate