Searched defs:intersects (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | Rect.h | 108 bool intersects(float l, float t, float r, float b) const { in intersects() function 117 bool intersects(const Rect& r) const { return intersects(r.left, r.top, r.right, r.bottom); } in intersects() function
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RectF.java | 423 public boolean intersects(float left, float top, float right, in intersects() method in RectF 439 public static boolean intersects(@NonNull RectF a, @NonNull RectF b) { in intersects() method in RectF
|
H A D | Rect.java | 618 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect 632 public static boolean intersects(@NonNull Rect a, @NonNull Rect b) { in intersects() method in Rect
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaDisplayList.cpp | 69 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects() function
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |