Home
last modified time | relevance | path

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

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