Searched defs:intersects (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Rect.h | 135 bool intersects(float l, float t, float r, float b) const { in intersects() function 144 bool intersects(const Rect& r) const { in intersects() function
|
D | LayerBuilder.cpp | 38 bool intersects(const Rect& rect) const { in intersects() function in android::uirenderer::BatchBase
|
/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 | 497 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect 511 public static boolean intersects(Rect a, Rect b) { in intersects() method in Rect
|
/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/minikin/libs/minikin/ |
D | CmapCoverage.cpp | 87 inline static bool intersects(const Range& left, const Range& right) { in intersects() function
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 603 public boolean intersects(long start, long end) { in intersects() method in NetworkStatsHistory
|