Home
last modified time | relevance | path

Searched defs:customActions (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeViewAccessibilityDelegateCompat.android.kt947 val customActions = semanticsNode.unmergedConfig[CustomActions] in populateAccessibilityNodeInfoProperties() constant
1617 val customActions = node.unmergedConfig.getOrNull(CustomActions) ?: return false in performActionHelper() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt1137 var SemanticsPropertyReceiver.customActions by SemanticsActions.CustomActions variable