Searched refs:fetchSemanticsNode (Results 1 – 10 of 10) sorted by relevance
55 .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()
75 .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()
67 .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()
59 val subspaceNode = composeTestRule.onSubspaceNodeWithTag(testTag).fetchSemanticsNode() in assertSingleNode()
195 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()
65 public fun fetchSemanticsNode(errorMessageOnFail: String? = null): SubspaceSemanticsInfo { in fetchSemanticsNode() method in androidx.xr.compose.testing.SubspaceSemanticsNodeInteraction
66 .fetchSemanticsNode() in <lambda>()
326 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 …]
293 return composeTestRule.onSubspaceNodeWithTag(tag).fetchSemanticsNode().semanticsEntity in getBasePanelEntity()
58 …method public androidx.xr.compose.subspace.node.SubspaceSemanticsInfo fetchSemanticsNode(optional …