Home
last modified time | relevance | path

Searched defs:notOverlaps (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/common/flicker/subject/region/
DIRegionSubject.kt201 fun notOverlaps(other: Region): IRegionSubject method
209 fun notOverlaps(other: Rect): IRegionSubject method
DRegionTraceSubject.kt129 override fun notOverlaps(other: Region): RegionTraceSubject = apply { in overlaps() method in android.tools.common.flicker.subject.region.RegionTraceSubject
134 override fun notOverlaps(other: Rect): RegionTraceSubject = notOverlaps(Region.from(other)) in notOverlaps() method in android.tools.common.flicker.subject.region.RegionTraceSubject
DRegionSubject.kt361 override fun notOverlaps(other: Region): RegionSubject = apply { in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject
378 override fun notOverlaps(other: Rect): RegionSubject = apply { notOverlaps(Region.from(other)) } in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject