Searched defs:intersection (Results 1 – 2 of 2) sorted by relevance
58 fun Rect.intersection(r: Rect): Rect = intersection(r.left, r.top, r.right, r.bottom) in Rect() method72 fun Rect.intersection(left: Int, top: Int, right: Int, bottom: Int): Rect { in Rect() method125 val intersection = Region(expandedRegion) in coversAtLeast() constant135 val intersection = Region(this) in Region() constant
386 val intersection = Region(region) in <lambda>() constant406 val intersection = Region(region) in <lambda>() constant425 val intersection = Region(region) in <lambda>() constant