Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java1248native_drawRoundRect(mNativeCanvasWrapper, left, top, right, bottom, rx, ry, paint.getNativeInstan… in drawRoundRect()
2077 private static native void native_drawRoundRect(long nativeCanvas, in native_drawRoundRect() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java677 public static void native_drawRoundRect(long nativeCanvas, in native_drawRoundRect() method in Canvas_Delegate