Searched refs:clipOutRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 935 public boolean clipOutRect(@NonNull RectF rect) { in clipOutRect() method in Canvas 959 public boolean clipOutRect(@NonNull Rect rect) { in clipOutRect() method in Canvas 1024 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() method in Canvas 1057 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() method in Canvas
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 13799 method public boolean clipOutRect(@NonNull android.graphics.RectF); 13800 method public boolean clipOutRect(@NonNull android.graphics.Rect); 13801 method public boolean clipOutRect(float, float, float, float); 13802 method public boolean clipOutRect(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 13799 method public boolean clipOutRect(@NonNull android.graphics.RectF); 13800 method public boolean clipOutRect(@NonNull android.graphics.Rect); 13801 method public boolean clipOutRect(float, float, float, float); 13802 method public boolean clipOutRect(int, int, int, int);
|