Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java2062 long rgba = nativeGetColor(mNativePtr, x, y); in getColor()
2426 private static native long nativeGetColor(long nativeBitmap, int x, int y); in nativeGetColor() method in Bitmap