Searched refs:labels (Results 1 – 2 of 2) sorted by relevance
108 val labels = screenshots.map { it.frameId.label } in <lambda>() constant in platform.test.motion.filmstrip.FilmstripRenderer124 val labelWidth = ceil(labels.map { textPaint.measureText(it) }.max()).toInt() in <lambda>()161 for ((screenshot, label) in screenshots.zip(labels)) { in render()212 for ((screenshot, label) in screenshots.zip(labels)) { in render()
110 final String[] labels = {120 for (String label : labels) {