Searched defs:coversAtMost (Results 1 – 4 of 4) sorted by relevance
116 fun coversAtMost(other: Region): IRegionSubject method125 fun coversAtMost(other: Rect): IRegionSubject method
81 override fun coversAtMost(other: Region): RegionTraceSubject = apply { in <lambda>() method in android.tools.common.flicker.subject.region.RegionTraceSubject86 override fun coversAtMost(other: Rect): RegionTraceSubject = in coversAtMost() method in android.tools.common.flicker.subject.region.RegionTraceSubject
243 override fun coversAtMost(other: Region): RegionSubject = apply { in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject257 override fun coversAtMost(other: Rect): RegionSubject = coversAtMost(Region.from(other)) in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject
1079 fun coversAtMost(testRegion: Region): Boolean { in <lambda>() method