Home
last modified time | relevance | path

Searched refs:ACTION_SET_SELECTION (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_accessibility_property.cpp74 AddSupportAction(AceAction::ACTION_SET_SELECTION); in SetSpecificSupportAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h167 ACTION_SET_SELECTION, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp200 AddSupportAction(AceAction::ACTION_SET_SELECTION); in SetSpecificSupportAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp45 AceAction::ACTION_SET_SELECTION, in GetSupportAction()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp130 props.supportActions_ = static_cast<uint32_t>(AceAction::ACTION_SET_SELECTION);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp230 expectActions |= 1UL << static_cast<uint32_t>(AceAction::ACTION_SET_SELECTION);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp239 { AceAction::ACTION_SET_SELECTION, ActionType::ACCESSIBILITY_ACTION_SET_SELECTION }, in ConvertAceAction()
2129 { AceAction::ACTION_SET_SELECTION, ActionType::ACCESSIBILITY_ACTION_SET_SELECTION }, in ConvertAccessibilityAction()