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

  /frameworks/base/graphics/java/android/graphics/
Path.java 413 native_addRect(mNativePath, rect, dir.nativeInt);
427 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
643 private static native void native_addRect(int nPath, RectF rect, int dir);
644 private static native void native_addRect(int nPath, float left, float top,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 314 /*package*/ static void native_addRect(int nPath, RectF rect, int dir) {
324 /*package*/ static void native_addRect(int nPath,

Completed in 31 milliseconds