Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt116 val textPaint = constant in platform.test.motion.filmstrip.FilmstripRenderer
124 val labelWidth = ceil(labels.map { textPaint.measureText(it) }.max()).toInt() in <lambda>()
125 val labelHeight = ceil(textPaint.textSize).toInt()
138 textPaint.textAlign = Paint.Align.CENTER in render()
178 /* paint = */ textPaint, in render()
225 textPaint.getTextBounds(label, 0, label.length, textBounds) in render()
230 /* paint = */ textPaint, in render()