Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DUtils.kt94 fun Region.outOfBoundsRegion(testRegion: Region): Region { in Region() method
96 val outOfBoundsRegion = Region(this) in Region() constant
97 outOfBoundsRegion.op(testRect, Region.Op.INTERSECT) && outOfBoundsRegion.op(this, Region.Op.XOR) in Region()
98 return outOfBoundsRegion in Region()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionSubject.kt26 import android.tools.datatypes.outOfBoundsRegion in <lambda>()
250 .addExtraDescription("Out-of-bounds region", region.outOfBoundsRegion(other)) in <lambda>()