Home
last modified time | relevance | path

Searched refs:UpdateCaretByTouchMove (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1391 pattern->UpdateCaretByTouchMove(touchLocationInfo);
1392 pattern->UpdateCaretByTouchMove(touchLocationInfo);
1396 pattern->UpdateCaretByTouchMove(touchLocationInfo);
1407 pattern->UpdateCaretByTouchMove(touchLocationInfo);
H A Dtext_field_pattern_test.cpp2032 pattern->UpdateCaretByTouchMove(touchLocationInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1524 void UpdateCaretByTouchMove(const TouchLocationInfo& info);
H A Dtext_field_pattern.cpp1846 UpdateCaretByTouchMove(info); in HandleTouchMove()
1856 void TextFieldPattern::UpdateCaretByTouchMove(const TouchLocationInfo& info) in UpdateCaretByTouchMove() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1092 void UpdateCaretByTouchMove(const Offset& offset);
H A Drich_editor_pattern.cpp6718 UpdateCaretByTouchMove(offset); in OnBackPressed()
6721 void RichEditorPattern::UpdateCaretByTouchMove(const Offset& offset) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern