Home
last modified time | relevance | path

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

/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/
DComposeViewTest.kt51 val firstText = roots[0].nodesList.findNode("Text", strings) in <lambda>() constant
54 assertThat(firstText?.textParameter).isEqualTo("one") in <lambda>()
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DMovableContentTests.kt120 val firstText = root.findFirst { it.name == "Text" } in <lambda>() constant
128 assertSame(firstText, newFirstText, "Text instance should be identical") in <lambda>()