Home
last modified time | relevance | path

Searched refs:SetActionSetIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h266 void SetActionSetIndex(const ActionSetCursorIndexImpl& actionSetCursorIndexImpl) in SetActionSetIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp398 props.SetActionSetIndex([](int32_t start) {}); in __anon005966391802()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp312 textAccessibilityProperty->SetActionSetIndex([weakPtr = WeakClaim(this)](int32_t index) { in SetAccessibilityAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6926 accessibilityProperty->SetActionSetIndex([weakPtr = WeakClaim(this)](int32_t index) { in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2454 property->SetActionSetIndex([weakPtr = WeakClaim(this)](int32_t index) { in SetAccessibilityAction()