Searched refs:isSameAspectRatio (Results 1 – 3 of 3) sorted by relevance
144 fun isSameAspectRatio(other: Region): RegionTraceSubject = in notOverlaps() method145 isSameAspectRatio(other, threshold = 0.1) in notOverlaps()148 override fun isSameAspectRatio(other: Region, threshold: Double): RegionTraceSubject = apply { in notOverlaps() method in android.tools.flicker.subject.region.RegionTraceSubject150 it.isSameAspectRatio(other, threshold) in notOverlaps()
395 override fun isSameAspectRatio(other: Region, threshold: Double): RegionSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionSubject434 fun isSameAspectRatio(other: RegionSubject, threshold: Double = 0.1): RegionSubject = in <lambda>() method in android.tools.flicker.subject.region.RegionSubject435 isSameAspectRatio(other.region, threshold) in <lambda>()437 fun isSameAspectRatio( in <lambda>() method444 return isSameAspectRatio(region, threshold) in <lambda>()
225 fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject method