Searched defs:isSameAspectRatio (Results 1 – 3 of 3) sorted by relevance
| /platform_testing/libraries/flicker/src/android/tools/common/flicker/subject/region/ | ||
| D | RegionTraceSubject.kt | 136 fun isSameAspectRatio(other: Region): RegionTraceSubject = in notOverlaps() method in android.tools.common.flicker.subject.region.RegionTraceSubject |
| D | IRegionSubject.kt | 217 fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject method |
| D | RegionSubject.kt | 381 override fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject = apply { in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject |