Home
last modified time | relevance | path

Searched refs:OneStepDragParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h225 struct OneStepDragParam { struct
230OneStepDragParam(const std::function<void()>& builder, const SelectMenuParam& selectMenuParam); argument
1446 std::shared_ptr<OneStepDragParam> oneStepDragParam_ = nullptr;
H A Drich_editor_pattern.cpp739 oneStepDragParam_ = std::make_shared<OneStepDragParam>(builder, menuParam); in SetImagePreviewMenuParam()
790 RichEditorPattern::OneStepDragParam::OneStepDragParam(const std::function<void()>& builder, in OneStepDragParam() function in OHOS::Ace::NG::RichEditorPattern::OneStepDragParam
803 MenuParam RichEditorPattern::OneStepDragParam::GetMenuParam(const RefPtr<ImageSpanNode>& imageNode) in GetMenuParam()