Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance
75 fun intersection(left: Float, top: Float, right: Float, bottom: Float): RectF { in intersection() method in com.android.server.wm.traces.common.RectF108 fun intersection(r: RectF): RectF = intersection(r.left, r.top, r.right, r.bottom) in intersection() method in com.android.server.wm.traces.common.RectF
70 fun intersection(rect: Rect): Rect { in intersection() method73 return thisRect.intersection(otherRect).toRect() in intersection()
302 !this.screenBounds.intersection(other.screenBounds).isEmpty in overlaps()