Searched defs:intersects (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Rect.h | 103 bool intersects(float l, float t, float r, float b) const { in intersects() function 112 bool intersects(const Rect& r) const { return intersects(r.left, r.top, r.right, r.bottom); } in intersects() function
|
/frameworks/minikin/include/minikin/ |
D | Range.h | 72 inline static bool intersects(const Range& left, const Range& right) { in intersects() function
|
/frameworks/base/graphics/java/android/graphics/ |
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
|
D | Rect.java | 609 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect 623 public static boolean intersects(@NonNull Rect a, @NonNull Rect b) { in intersects() method in Rect
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.cpp | 55 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects() function
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 209 public boolean intersects(double x, double y, double w, double h) { in intersects() method in RoundRectangle
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 651 public boolean intersects(long start, long end) { in intersects() method in NetworkStatsHistory
|