Searched refs:nAddRoundRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 653 nAddRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt); in addRoundRect() 686 nAddRoundRect(mNativePath, left, top, right, bottom, radii, dir.nativeInt); in addRoundRect() 858 private static native void nAddRoundRect(long nPath, float left, float top, in nAddRoundRect() method in Path 860 private static native void nAddRoundRect(long nPath, float left, float top, in nAddRoundRect() method in Path
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 382 /*package*/ static void nAddRoundRect(long nPath, float left, float top, float right, in nAddRoundRect() method in Path_Delegate 395 /*package*/ static void nAddRoundRect(long nPath, float left, float top, float right, in nAddRoundRect() method in Path_Delegate
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21065 Landroid/graphics/Path;->nAddRoundRect(JFFFFFFI)V 21066 Landroid/graphics/Path;->nAddRoundRect(JFFFF[FI)V
|