Home
last modified time | relevance | path

Searched refs:isSameAspectRatio (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionTraceSubject.kt144 fun isSameAspectRatio(other: Region): RegionTraceSubject = in notOverlaps() method
145 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.RegionTraceSubject
150 it.isSameAspectRatio(other, threshold) in notOverlaps()
DRegionSubject.kt395 override fun isSameAspectRatio(other: Region, threshold: Double): RegionSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
434 fun isSameAspectRatio(other: RegionSubject, threshold: Double = 0.1): RegionSubject = in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
435 isSameAspectRatio(other.region, threshold) in <lambda>()
437 fun isSameAspectRatio( in <lambda>() method
444 return isSameAspectRatio(region, threshold) in <lambda>()
DIRegionSubject.kt225 fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject method