Searched defs:customActions (Results 1 – 2 of 2) sorted by relevance
947 val customActions = semanticsNode.unmergedConfig[CustomActions] in populateAccessibilityNodeInfoProperties() constant1617 val customActions = node.unmergedConfig.getOrNull(CustomActions) ?: return false in performActionHelper() constant
1137 var SemanticsPropertyReceiver.customActions by SemanticsActions.CustomActions variable