Searched refs:labelWidth (Results 1 – 1 of 1) sorted by relevance
124 val labelWidth = ceil(labels.map { textPaint.measureText(it) }.max()).toInt() in <lambda>() constant in platform.test.motion.filmstrip.FilmstripRenderer142 val tileWidth = max(screenshotWidth, labelWidth) in render()196 val width = screenshotWidth + labelWidth + 2 * labelMargin in render()