Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt125 val labelHeight = ceil(textPaint.textSize).toInt() constant
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()