Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt142 val tileWidth = max(screenshotWidth, labelWidth) in render() constant
144 val width = screenshots.size * tileWidth in render()
162 val left = x + (tileWidth - screenshotWidth) / 2 in render()
176 /* x = */ x + tileWidth / 2, in render()
181 x += tileWidth in render()