Home
last modified time | relevance | path

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

/xr/compose/compose/src/test/kotlin/androidx/xr/compose/subspace/layout/
DAlphaTest.kt55 .fetchSemanticsNode() in alpha_shouldBeAppliedToEntity()
77 .fetchSemanticsNode() in alpha_multiple_shouldBeMultipliedThenAppliedToEntity()
99 .fetchSemanticsNode() in alpha_negative_shouldBeClampedToZero()
121 .fetchSemanticsNode() in alpha_greaterThanOne_shouldBeClampedToOne()
145 .fetchSemanticsNode() in alpha_updatesWhenValueChanges()
156 .fetchSemanticsNode() in alpha_updatesWhenValueChanges()
178 .fetchSemanticsNode() in alpha_multiple_valuesShouldBeClampedThenMultiplied()
DResizableModifierTest.kt75 .fetchSemanticsNode() in resizable_noComponentByDefault()
483 .fetchSemanticsNode() in resizable_columnEntity_noComponentByDefault()
531 .fetchSemanticsNode() in resizable_rowEntity_noComponentByDefault()
573 .fetchSemanticsNode() in resizable_volumeEntity_noComponentByDefault()
599 composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode().components in assertSingleResizableComponentExists()
607 composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode().components in assertResizableComponentDoesNotExist()
619 .fetchSemanticsNode() in assertResizableComponentMaxSizeIsSet()
633 .fetchSemanticsNode() in assertResizableComponentMaxSizeIsNotSet()
650 .fetchSemanticsNode() in assertResizableComponentMinSizeIsSet()
664 .fetchSemanticsNode() in assertResizableComponentMinSizeIsNotSet()
DMovableModifierTest.kt67 .fetchSemanticsNode() in movable_noComponentByDefault()
417 .fetchSemanticsNode() in movable_columnEntity_noComponentByDefault()
467 .fetchSemanticsNode() in movable_rowEntity_noComponentByDefault()
510 .fetchSemanticsNode() in movable_volumeEntity_noComponentByDefault()
534 composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode().components in assertSingleMovableComponentExist()
542 composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode().components in assertMovableComponentDoesNotExist()
DScaleModifierTest.kt59 val subspaceNode = composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode() in assertSingleNode()
/xr/compose/compose-testing/src/main/kotlin/androidx/xr/compose/testing/
DSubspaceAssertions.kt195 val node = fetchSemanticsNode("Failed to retrieve the node.") in assertLeftPositionInRootIsEqualTo()
230 val node = fetchSemanticsNode("Failed to retrieve the node.") in assertTopPositionInRootIsEqualTo()
427 val node = fetchSemanticsNode("Failed to retrieve size of the node.") in SubspaceSemanticsNodeInteraction()
437 val node = fetchSemanticsNode("Failed to retrieve position of the node.") in SubspaceSemanticsNodeInteraction()
446 val node = fetchSemanticsNode("Failed to retrieve position of the node.") in SubspaceSemanticsNodeInteraction()
455 val node = fetchSemanticsNode("Failed to retrieve rotation of the node.") in SubspaceSemanticsNodeInteraction()
464 val node = fetchSemanticsNode("Failed to retrieve rotation of the node.") in SubspaceSemanticsNodeInteraction()
DSubspaceSemanticsNodeInteraction.kt65 public fun fetchSemanticsNode(errorMessageOnFail: String? = null): SubspaceSemanticsInfo { in fetchSemanticsNode() method in androidx.xr.compose.testing.SubspaceSemanticsNodeInteraction
/xr/compose/compose/src/test/kotlin/androidx/xr/compose/subspace/node/
DSubspaceLayoutNodeTest.kt66 .fetchSemanticsNode() in <lambda>()
/xr/compose/compose/src/test/kotlin/androidx/xr/compose/spatial/
DSubspaceTest.kt326 val node = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in subspace_contentIsParentedToActivitySpace()
347 val node = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in applicationSubspace_unbounded_contentIsParentedToActivitySpace()
374 val node = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in applicationSubspace_customBounded_contentIsParentedToActivitySpace()
387 val node = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in applicationSubspace_fovBounded_contentIsParentedToActivitySpace()
409 val outerPanelNode = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in subspace_nestedSubspace_contentIsParentedToContainingPanel()
412 composeTestRule.onSubspaceNodeWithTag("innerPanel").fetchSemanticsNode() in subspace_nestedSubspace_contentIsParentedToContainingPanel()
438 val outerPanelNode = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in applicationSubspace_unbounded_nestedSubspace_contentIsParentedToContainingPanel()
441 composeTestRule.onSubspaceNodeWithTag("innerPanel").fetchSemanticsNode() in applicationSubspace_unbounded_nestedSubspace_contentIsParentedToContainingPanel()
473 val outerPanelNode = composeTestRule.onSubspaceNodeWithTag("panel").fetchSemanticsNode() in applicationSubspace_customBounded_nestedSubspace_contentIsParentedToContainingPanel()
476 composeTestRule.onSubspaceNodeWithTag("innerPanel").fetchSemanticsNode() in applicationSubspace_customBounded_nestedSubspace_contentIsParentedToContainingPanel()
[all …]
/xr/compose/compose/src/test/kotlin/androidx/xr/compose/subspace/
DSpatialPanelTest.kt293 return composeTestRule.onSubspaceNodeWithTag(tag).fetchSemanticsNode().semanticsEntity in getBasePanelEntity()
/xr/compose/compose-testing/api/
Drestricted_current.txt58 …method public androidx.xr.compose.subspace.node.SubspaceSemanticsInfo fetchSemanticsNode(optional …