Searched defs:intersects (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | Rect.h | 122 bool intersects(float l, float t, float r, float b) const { in intersects() function 126 bool intersects(const Rect& r) const { in intersects() function
|
| D | DeferredDisplayList.cpp | 77 bool intersects(const Rect& rect) { in intersects() function in android::uirenderer::DrawBatch
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | RectF.java | 418 public boolean intersects(float left, float top, float right, in intersects() method in RectF 434 public static boolean intersects(RectF a, RectF b) { in intersects() method in RectF
|
| D | Rect.java | 455 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect 469 public static boolean intersects(Rect a, Rect b) { in intersects() method in Rect
|
| /frameworks/base/core/java/android/net/ |
| D | NetworkStatsHistory.java | 581 public boolean intersects(long start, long end) { in intersects() method in NetworkStatsHistory
|