Home
last modified time | relevance | path

Searched refs:thisBounds (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayer.kt183 val thisBounds: RectF in contains() constant
186 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() constant
216 thisBounds = this.screenBounds.crop(crop) in overlaps()
219 thisBounds = this.screenBounds in overlaps()
222 return thisBounds.intersect(otherBounds) in overlaps()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionSubject.kt396 val thisBounds = this.region.bounds in <lambda>() constant
398 val aspectRatio = thisBounds.width().toFloat() / thisBounds.height() in <lambda>()