Home
last modified time | relevance | path

Searched defs:native_drawColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java608 /*package*/ static void native_drawColor(int nativeCanvas, int color) { in native_drawColor() method in Canvas_Delegate
613 /*package*/ static void native_drawColor(int nativeCanvas, final int color, final int mode) { in native_drawColor() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1705 private static native void native_drawColor(int nativeCanvas, int color); in native_drawColor() method in Canvas
1706 private static native void native_drawColor(int nativeCanvas, int color, in native_drawColor() method in Canvas