Searched refs:otherBounds (Results 1 – 2 of 2) sorted by relevance
214 val otherBounds: RectF in overlaps() constant217 otherBounds = other.screenBounds.crop(crop) in overlaps()220 otherBounds = other.screenBounds in overlaps()222 return thisBounds.intersect(otherBounds) in overlaps()
397 val otherBounds = other.bounds in <lambda>() constant399 val otherAspectRatio = otherBounds.width().toFloat() / otherBounds.height() in <lambda>()