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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1730 nativeSetPixel(mNativePtr, x, y, color);
1943 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java424 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { method in class:Bitmap_Delegate

Completed in 227 milliseconds