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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java565 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
812 private static native void native_addCircle(long nPath, float x, float y, float radius, int dir); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java345 /*package*/ static void native_addCircle(long nPath, float x, float y, float radius, int dir) { method in class:Path_Delegate

Completed in 111 milliseconds