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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1401 return nativeGetPixel(mNativePtr, x, y);
1708 private static native int nativeGetPixel(long nativeBitmap, int x, int y); method in class:Bitmap
/frameworks/base/tools/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 85 milliseconds