Home
last modified time | relevance | path

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

/compose/ui/ui-text/benchmark/src/main/java/androidx/compose/ui/text/benchmark/
DTextBenchmarkTestRule.kt116 val fullName = "${description.className}#${description.methodName}" in apply() constant
118 textGenerator = RandomTextGenerator(alphabet, Random(fullName.hashCode())) in apply()