Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h268 actionSetCursorIndexImpl_ = actionSetCursorIndexImpl; in SetActionSetIndex()
273 if (actionSetCursorIndexImpl_) { in ActActionSetIndex()
274 actionSetCursorIndexImpl_(index); in ActActionSetIndex()
773 ActionSetCursorIndexImpl actionSetCursorIndexImpl_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp839 accessibilityProperty->actionSetCursorIndexImpl_.operator()(5);