Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/
DExtensions.kt51 val thisRegion = this.toAndroidRegion() in minus() constant
52 thisRegion.op(other, android.graphics.Region.Op.XOR) in minus()
53 return thisRegion in minus()
65 val thisRegion = this.toAndroidRegion() in Region() constant
66 thisRegion.op(other, android.graphics.Region.Op.XOR) in Region()
67 return thisRegion in Region()