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