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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java896 return nativeGetPixel(mNativeBitmap, x, y);
1192 private static native int nativeGetPixel(int nativeBitmap, int x, int y); method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java339 /*package*/ static int nativeGetPixel(int nativeBitmap, int x, int y) { method in class:Bitmap_Delegate

Completed in 1688 milliseconds