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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java187 Path_Delegate.native_moveTo(native_dst_path, lastPoint[0], lastPoint[1]);
194 Path_Delegate.native_moveTo(native_dst_path, points[0], points[1]);
H A DPath_Delegate.java223 /*package*/ static void native_moveTo(long nPath, float x, float y) { method in class:Path_Delegate
/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

Completed in 65 milliseconds