Searched refs:aspectRatio (Results 1 – 2 of 2) sorted by relevance
52 val aspectRatio = screenshotWidth / screenshotHeight.toFloat() in limitLongestSide() constant53 if (aspectRatio >= 1 && sizePx < screenshotWidth) { in limitLongestSide()56 } else if (aspectRatio < 1 && sizePx < screenshotHeight) { in limitLongestSide()
398 val aspectRatio = thisBounds.width().toFloat() / thisBounds.height() in <lambda>() constant400 if (abs(aspectRatio - otherAspectRatio) > threshold) { in <lambda>()410 .addExtraDescription("Region aspect ratio", aspectRatio) in <lambda>()