Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/view/
DViewFrameBuilder.kt50 scale = PointF(node.scaleX, node.scaleY), in parseViewNode()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt78 val scaleY = screenshotHeight.toFloat() / screenshots.maxOf { it.bitmap.height } in <lambda>() constant in platform.test.motion.filmstrip.Filmstrip
79 val scale = min(scaleX, scaleY).coerceAtMost(1f)