Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1353 return nativeGetPixel(mFinalizer.mNativeBitmap, x, y); in getPixel()
1694 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java368 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() method in Bitmap_Delegate