Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DRect.h108 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 DRectF.java423 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 DRect.java618 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 DSkiaDisplayList.cpp69 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...