Home
last modified time | relevance | path

Searched defs:semantics (Results 1 – 11 of 11) sorted by relevance

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/semantics/
DSemanticsInfoTest.kt82 val semantics = rule.getSemanticsInfoForTag("testTag")!! in <lambda>() constant
254 val semantics = rule.getSemanticsInfoForTag("item") in <lambda>() constant
267 val semantics = rule.getSemanticsInfoForTag("item") in <lambda>() constant
280 val semantics = rule.getSemanticsInfoForTag("item") in <lambda>() constant
/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/util/
DProtoExtensions.kt123 val semantics = parameterGroup.mergedSemanticsList.associateBy { strings[it.name] } in findMerged() constant
130 val semantics = parameterGroup.unmergedSemanticsList.associateBy { strings[it.name] } in findUnmerged() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DImage.kt249 val semantics = in Image() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DIcon.kt138 val semantics = in Icon() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DIcon.kt146 val semantics = in Icon() constant
/compose/material3/material3-common/src/commonMain/kotlin/androidx/compose/material3/common/
DIcon.kt147 val semantics = in Icon() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/
DTextStringContentCaptureTest.kt62 val semantics = rule.onNodeWithText(original).fetchSemanticsNode() in whenChangingText_invalidateTranslation() constant
DTextAnnotatedStringContentCaptureInvalidationTest.kt61 val semantics = rule.onNodeWithText("Ok").fetchSemanticsNode() in whenChangingText_invalidateTranslation() constant
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DDelegatingNodeTest.kt278 val semantics = node.delegateUnprotected(SemanticsMod()) in testUndelegateWithMultipleDelegates() constant
534 val semantics = delegate(SemanticsMod()) in testInvalidateInsertedNode() constant
566 val semantics = delegate(SemanticsMod()) in testDelegateUndelegateCausesInvalidationsForDelegateKindsOnly() constant
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DModifierSamples.kt194 val semantics = delegate(TapSemanticsNode(onTap)) in DelegatedNodeSampleImplicit() constant
259 val semantics = delegate(TapSemanticsNode(onTap)) in LazyDelegationExample() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsModifier.kt105 fun Modifier.semantics( in semantics() method