Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionSubject.kt399 val otherAspectRatio = otherBounds.width().toFloat() / otherBounds.height() in <lambda>() constant
400 if (abs(aspectRatio - otherAspectRatio) > threshold) { in <lambda>()
411 .addExtraDescription("Other aspect ratio", otherAspectRatio) in <lambda>()