Home
last modified time | relevance | path

Searched refs:native_setBitmap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DCanvas.java193 native_setBitmap(mNativeCanvasWrapper, null); in setBitmap()
201 native_setBitmap(mNativeCanvasWrapper, bitmap); in setBitmap()
1996 private static native void native_setBitmap(long canvasHandle, in native_setBitmap() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java145 public static void native_setBitmap(long canvas, Bitmap bitmap) { in native_setBitmap() method in Canvas_Delegate