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

  /frameworks/base/graphics/java/android/graphics/
Path.java 548 native_offset(mNativePath, dx, dy, dstNative); method
558 native_offset(mNativePath, dx, dy); method
651 private static native void native_offset(int nPath, float dx, float dy, method in class:Path
653 private static native void native_offset(int nPath, float dx, float dy); method in class:Path
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 424 /*package*/ static void native_offset(int nPath, float dx, float dy, int dst_path) { method in class:Path_Delegate
437 /*package*/ static void native_offset(int nPath, float dx, float dy) { method in class:Path_Delegate
438 native_offset(nPath, dx, dy, 0); method

Completed in 168 milliseconds