Home
last modified time | relevance | path

Searched refs:clipOutRect (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryFillDrawable.kt169 canvas.clipOutRect( in <lambda>()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java932 public boolean clipOutRect(@NonNull RectF rect) { in clipOutRect() method in Canvas
956 public boolean clipOutRect(@NonNull Rect rect) { in clipOutRect() method in Canvas
1021 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() method in Canvas
1054 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() method in Canvas
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt15692 method public boolean clipOutRect(@NonNull android.graphics.RectF);
15693 method public boolean clipOutRect(@NonNull android.graphics.Rect);
15694 method public boolean clipOutRect(float, float, float, float);
15695 method public boolean clipOutRect(int, int, int, int);