Searched refs:thisBounds (Results 1 – 2 of 2) sorted by relevance
183 val thisBounds: RectF in contains() constant186 thisBounds = this.screenBounds.crop(crop) in contains()189 thisBounds = this.screenBounds in contains()192 thisBounds.containsWithThreshold(innerLayerBounds) in contains()213 val thisBounds: RectF in overlaps() constant216 thisBounds = this.screenBounds.crop(crop) in overlaps()219 thisBounds = this.screenBounds in overlaps()222 return thisBounds.intersect(otherBounds) in overlaps()
396 val thisBounds = this.region.bounds in <lambda>() constant398 val aspectRatio = thisBounds.width().toFloat() / thisBounds.height() in <lambda>()