Home
last modified time | relevance | path

Searched refs:finalSupportActions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.cpp429 auto finalSupportActions = supportActions_ & enableActions; in GetSupportAction() local
431 if ((finalSupportActions & (1UL << static_cast<uint32_t>(action))) != 0) { in GetSupportAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp56 auto finalSupportActions = supportActions_ & ACTIONS; in GetSupportAction() local
58 if ((finalSupportActions & (1UL << static_cast<uint32_t>(action))) != 0) { in GetSupportAction()