Home
last modified time | relevance | path

Searched refs:OnCursorMoveDone (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp4641 OnCursorMoveDone(TextAffinity::DOWNSTREAM); in CursorMoveLeftOperation()
4672 OnCursorMoveDone(); in CursorMoveLeftWord()
4694 OnCursorMoveDone(); in CursorMoveLineBegin()
4709 OnCursorMoveDone(TextAffinity::DOWNSTREAM); in CursorMoveToParagraphBegin()
4721 OnCursorMoveDone(); in CursorMoveHome()
4739 OnCursorMoveDone(TextAffinity::DOWNSTREAM); in CursorMoveRightOperation()
4769 OnCursorMoveDone(); in CursorMoveRightWord()
4791 OnCursorMoveDone(); in CursorMoveLineEnd()
4806 OnCursorMoveDone(TextAffinity::DOWNSTREAM); in CursorMoveToParagraphEnd()
4819 OnCursorMoveDone(); in CursorMoveEnd()
[all …]
H A Dtext_field_pattern.h699 void OnCursorMoveDone(
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp285 pattern->OnCursorMoveDone();