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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1729 return nativeGetPixel(mNativePtr, x, y);
2056 private static native int nativeGetPixel(long nativeBitmap, int x, int y); method in class:Bitmap
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java402 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { method in class:Bitmap_Delegate

Completed in 32 milliseconds