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 D | text_event_hub.h | 50 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() function
|
H A D | text_pattern.h | 886 void FireOnSelectionChange(int32_t start, int32_t end);
|
H A D | text_pattern.cpp | 2501 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 D | text_field_event_hub.h | 198 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() function
|
H A D | text_select_controller.cpp | 692 eventHub->FireOnSelectionChange(std::min(firstHandleInfo_.index, secondHandleInfo_.index), in FireSelectEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 595 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 D | rich_editor_event_hub.h | 325 void FireOnSelectionChange(BaseEventInfo* value) in FireOnSelectionChange() function
|
H A D | rich_editor_pattern.h | 1076 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 D | rich_editor_pattern.cpp | 1810 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 …]
|