Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRect.h103 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/
DRange.h72 inline static bool intersects(const Range& left, const Range& right) { in intersects() function
/frameworks/base/graphics/java/android/graphics/
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
DRect.java609 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/
DSkiaDisplayList.cpp55 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects() function
/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java209 public boolean intersects(double x, double y, double w, double h) { in intersects() method in RoundRectangle
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java651 public boolean intersects(long start, long end) { in intersects() method in NetworkStatsHistory