Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DUtils.kt95 val testRect = testRegion.bounds in Region() constant
97 outOfBoundsRegion.op(testRect, Region.Op.INTERSECT) && outOfBoundsRegion.op(this, Region.Op.XOR) in Region()
118 val testRect = testRegion.bounds in Region() constant
120 return intersection.op(testRect, Region.Op.INTERSECT) && !intersection.op(this, Region.Op.XOR) in Region()