Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt224 val textBounds = Rect() in render() constant
225 textPaint.getTextBounds(label, 0, label.length, textBounds) in render()
229 /* y = */ y + (tileHeight + textBounds.height()) / 2, in render()