Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt123 val labelMargin = 5 constant in platform.test.motion.filmstrip.FilmstripRenderer
145 val height = screenshotHeight + labelHeight + 2 * labelMargin in render()
177 /* y = */ (screenshotHeight + labelMargin + labelHeight).toFloat(), in render()
194 val tileHeight = max(screenshotHeight, labelHeight + 2 * labelMargin) in render()
196 val width = screenshotWidth + labelWidth + 2 * labelMargin in render()
228 /* x = */ (screenshotWidth + labelMargin).toFloat(), in render()