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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java329 native_rMoveTo(mNativePath, dx, dy);
793 private static native void native_rMoveTo(long nPath, float dx, float dy); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java228 /*package*/ static void native_rMoveTo(long nPath, float dx, float dy) { method in class:Path_Delegate

Completed in 75 milliseconds