Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt108 val labels = screenshots.map { it.frameId.label } in <lambda>() constant in platform.test.motion.filmstrip.FilmstripRenderer
124 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()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DSystemHealthRule.java110 final String[] labels = {
120 for (String label : labels) {