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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java330 native_moveTo(mNativePath, x, y);
821 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.java223 /*package*/ static void native_moveTo(long nPath, float x, float y) { method in class:Path_Delegate

Completed in 11 milliseconds