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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java315 native_moveTo(mNativePath, x, y);
792 private static native void native_moveTo(long nPath, float x, float y); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java218 /*package*/ static void native_moveTo(long nPath, float x, float y) { method in class:Path_Delegate

Completed in 9 milliseconds