Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
H A DIRegionSubject.kt217 fun notOverlaps(other: Region): IRegionSubject method
225 fun notOverlaps(other: Rect): IRegionSubject method
H A DRegionTraceSubject.kt145 override fun notOverlaps(other: Region): RegionTraceSubject = apply { in overlaps() method in android.tools.flicker.subject.region.RegionTraceSubject
150 override fun notOverlaps(other: Rect): RegionTraceSubject = notOverlaps(Region(other)) in notOverlaps() method in android.tools.flicker.subject.region.RegionTraceSubject
H A DRegionSubject.kt404 override fun notOverlaps(other: Region): RegionSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
421 override fun notOverlaps(other: Rect): RegionSubject = apply { notOverlaps(Region(other)) } in <lambda>() method in android.tools.flicker.subject.region.RegionSubject