Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayer.kt214 val otherBounds: RectF in overlaps() constant
217 otherBounds = other.screenBounds.crop(crop) in overlaps()
220 otherBounds = other.screenBounds in overlaps()
222 return thisBounds.intersect(otherBounds) in overlaps()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionSubject.kt397 val otherBounds = other.bounds in <lambda>() constant
399 val otherAspectRatio = otherBounds.width().toFloat() / otherBounds.height() in <lambda>()