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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1423 nativeSetPixel(mNativeBitmap, x, y, color);
1630 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.java418 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { method in class:Bitmap_Delegate

Completed in 65 milliseconds