Home
last modified time | relevance | path

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

/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DInstrumentationResults.kt421 val anchorColumn = depth * 4 in append() constant
423 while (i >= 0 && lines[i].getOrNull(anchorColumn) == nbsp) lines[i--][anchorColumn] = '│' in append()
424 if (i >= 0 && lines[i].getOrNull(anchorColumn) == '└') lines[i][anchorColumn] = '├' in append()