Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt124 val labelWidth = ceil(labels.map { textPaint.measureText(it) }.max()).toInt() in <lambda>() constant in platform.test.motion.filmstrip.FilmstripRenderer
142 val tileWidth = max(screenshotWidth, labelWidth) in render()
196 val width = screenshotWidth + labelWidth + 2 * labelMargin in render()