Searched refs:nodeIds (Results 1 – 1 of 1) sorted by relevance
143 @Suppress("PrimitiveInCollection") private var nodeIds: List<Int>? = null variable in androidx.xr.compose.testing.SubspaceSemanticsNodeInteractionCollection167 if (nodeIds == null) { in fetchSemanticsNodes()173 .apply { nodeIds = selectedNodes.map { it.semanticsId }.toList() } in fetchSemanticsNodes()178 it.semanticsId in nodeIds!! in fetchSemanticsNodes()