Searched defs:intersects (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Rect.h | 127 bool intersects(float l, float t, float r, float b) const { in intersects() function 131 bool intersects(const Rect& r) const { in intersects() function
|
D | DeferredDisplayList.cpp | 78 bool intersects(const Rect& rect) { in intersects() function in android::uirenderer::DrawBatch
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 417 public boolean intersects(float left, float top, float right, in intersects() method in RectF 433 public static boolean intersects(RectF a, RectF b) { in intersects() method in RectF
|
D | Rect.java | 459 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect 473 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
|