Home
last modified time | relevance | path

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

/xr/compose/compose-testing/src/main/kotlin/androidx/xr/compose/testing/
DSubspaceSemanticsNodeInteraction.kt143 @Suppress("PrimitiveInCollection") private var nodeIds: List<Int>? = null variable in androidx.xr.compose.testing.SubspaceSemanticsNodeInteractionCollection
167 if (nodeIds == null) { in fetchSemanticsNodes()
173 .apply { nodeIds = selectedNodes.map { it.semanticsId }.toList() } in fetchSemanticsNodes()
178 it.semanticsId in nodeIds!! in fetchSemanticsNodes()