Home
last modified time | relevance | path

Searched refs:FireOnSelectionChange (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_event_hub.h50 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() function
H A Dtext_pattern.h886 void FireOnSelectionChange(int32_t start, int32_t end);
H A Dtext_pattern.cpp2501 FireOnSelectionChange(-1, -1); in ActSetSelection()
3590 void TextPattern::FireOnSelectionChange(int32_t start, int32_t end) in FireOnSelectionChange() function in OHOS::Ace::NG::TextPattern
3596 eventHub->FireOnSelectionChange(start, end); in FireOnSelectionChange()
3618 FireOnSelectionChange(std::min(start, end), std::max(start, end)); in HandleSelectionChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h198 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() function
H A Dtext_select_controller.cpp692 eventHub->FireOnSelectionChange(std::min(firstHandleInfo_.index, secondHandleInfo_.index), in FireSelectEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp595 richEditorPattern->FireOnSelectionChange(-1, 0);
596 richEditorPattern->FireOnSelectionChange(0, -1);
597 richEditorPattern->FireOnSelectionChange(-1, -1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h325 void FireOnSelectionChange(BaseEventInfo* value) in FireOnSelectionChange() function
H A Drich_editor_pattern.h1076 void FireOnSelectionChange(const int32_t caretPosition);
1077 void FireOnSelectionChange(const TextSelector& selector);
1078 void FireOnSelectionChange(int32_t selectStart, int32_t selectEnd, bool isForced = false);
H A Drich_editor_pattern.cpp1810 FireOnSelectionChange(caretPosition_); in SetCaretPosition()
1826 void RichEditorPattern::FireOnSelectionChange(const int32_t caretPosition) in FireOnSelectionChange() function in OHOS::Ace::NG::RichEditorPattern
1831 FireOnSelectionChange(caretPosition, caretPosition); in FireOnSelectionChange()
1834 void RichEditorPattern::FireOnSelectionChange(const TextSelector& selector) in FireOnSelectionChange() function in OHOS::Ace::NG::RichEditorPattern
1839 FireOnSelectionChange(selector.GetStart(), selector.GetEnd()); in FireOnSelectionChange()
1842 void RichEditorPattern::FireOnSelectionChange(int32_t start, int32_t end, bool isForced) in FireOnSelectionChange() function in OHOS::Ace::NG::RichEditorPattern
1866 eventHub->FireOnSelectionChange(&range); in FireOnSelectionChange()
2682 FireOnSelectionChange(caretPosition_, caretPosition_); in StartTwinkling()
3008 FireOnSelectionChange(textSelector_); in HandleOnlyImageSelected()
3667 pattern->FireOnSelectionChange(selector); in InitLongPressEvent()
[all …]