Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DUtils.kt128 val thisRegion = Region(this) in minus() constant
129 thisRegion.op(other, Region.Op.XOR) in minus()
130 return thisRegion in minus()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayersTraceSubjectTest.kt379 val thisRegion = Region(this) in <lambda>() constant
380 thisRegion.op(other, Region.Op.XOR) in <lambda>()
381 return thisRegion in <lambda>()