HomeSort by relevance Sort by last modified time
    Searched refs:native_moveTo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Path.java 216 native_moveTo(mNativePath, x, y);
620 private static native void native_moveTo(int nPath, float x, float y);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 211 /*package*/ static void native_moveTo(int nPath, float x, float y) {

Completed in 126 milliseconds