Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/common/flicker/subject/region/
DRegionTraceSubject.kt136 fun isSameAspectRatio(other: Region): RegionTraceSubject = in notOverlaps() method in android.tools.common.flicker.subject.region.RegionTraceSubject
140 override fun isSameAspectRatio(other: Region, threshold: Double): RegionTraceSubject = apply { in notOverlaps() method in android.tools.common.flicker.subject.region.RegionTraceSubject
DIRegionSubject.kt217 fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject method
DRegionSubject.kt381 override fun isSameAspectRatio(other: Region, threshold: Double): IRegionSubject = apply { in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject
400 fun isSameAspectRatio(other: RegionSubject, threshold: Double = 0.1): IRegionSubject = in <lambda>() method in android.tools.common.flicker.subject.region.RegionSubject