Home
last modified time | relevance | path

Searched refs:RichEditorSelectOverlay (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp109 void RichEditorSelectOverlay::OnResetTextSelection() in OnResetTextSelection()
116 void RichEditorSelectOverlay::AfterCloseOverlay() in AfterCloseOverlay()
129 void RichEditorSelectOverlay::CloseMagnifier() in CloseMagnifier()
254 RectF RichEditorSelectOverlay::GetSelectArea() in GetSelectArea()
385 void RichEditorSelectOverlay::ToggleMenu() in ToggleMenu()
454 void RichEditorSelectOverlay::UpdateMenuOffset() in UpdateMenuOffset()
461 bool RichEditorSelectOverlay::IsBothHandlesShow() in IsBothHandlesShow()
470 bool RichEditorSelectOverlay::IsHandleShow() in IsHandleShow()
528 void RichEditorSelectOverlay::SwitchCaretState() in SwitchCaretState()
546 void RichEditorSelectOverlay::ResumeTwinkling() in ResumeTwinkling()
[all …]
H A Drich_editor_select_overlay.h25 class RichEditorSelectOverlay : public TextSelectOverlay {
26 DECLARE_ACE_TYPE(RichEditorSelectOverlay, TextSelectOverlay);
29 …explicit RichEditorSelectOverlay(const WeakPtr<TextBase>& textBase) : TextSelectOverlay(textBase) … in RichEditorSelectOverlay() function
30 ~RichEditorSelectOverlay() = default;
95 ACE_DISALLOW_COPY_AND_MOVE(RichEditorSelectOverlay);
H A Drich_editor_pattern.h1023 friend class RichEditorSelectOverlay; variable
1024 RefPtr<RichEditorSelectOverlay> selectOverlay_;
H A Drich_editor_pattern.cpp148 selectOverlay_ = AceType::MakeRefPtr<RichEditorSelectOverlay>(WeakClaim(this)); in RichEditorPattern()