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

  /frameworks/base/graphics/java/android/graphics/
Path.java 575 native_setLastPoint(mNativePath, dx, dy);
662 private static native void native_setLastPoint(int nPath, float dx, float dy);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 442 /*package*/ static void native_setLastPoint(int nPath, float dx, float dy) {

Completed in 20 milliseconds