Searched refs:clipOutRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Canvas.java | 903 public boolean clipOutRect(@NonNull RectF rect) { in clipOutRect() method in Canvas 927 public boolean clipOutRect(@NonNull Rect rect) { in clipOutRect() method in Canvas 992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() method in Canvas 1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() method in Canvas
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14900 method public boolean clipOutRect(@NonNull android.graphics.RectF); 14901 method public boolean clipOutRect(@NonNull android.graphics.Rect); 14902 method public boolean clipOutRect(float, float, float, float); 14903 method public boolean clipOutRect(int, int, int, int);
|