Searched refs:RichEditorDragPattern (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_pattern.cpp | 27 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode(const RefPtr<FrameNode>& hostNode, in CreateDragNode() 36 return MakeRefPtr<RichEditorDragPattern>(DynamicCast<TextPattern>(hostPattern), dragInfo); in CreateDragNode() 48 auto dragPattern = dragNode->GetPattern<RichEditorDragPattern>(); in CreateDragNode() 61 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode( in CreateDragNode() 65 return RichEditorDragPattern::CreateDragNode(hostNode, imageChildren, info); in CreateDragNode() 68 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode( in CreateDragNode() 76 auto dragPattern = dragNode->GetPattern<RichEditorDragPattern>(); in CreateDragNode()
|
H A D | rich_editor_drag_pattern.h | 32 class RichEditorDragPattern : public TextDragPattern { 33 DECLARE_ACE_TYPE(RichEditorDragPattern, TextDragPattern); 36 explicit RichEditorDragPattern(const RefPtr<TextPattern>& hostPattern, in RichEditorDragPattern() function 38 ~RichEditorDragPattern() override = default; 86 ACE_DISALLOW_COPY_AND_MOVE(RichEditorDragPattern);
|
H A D | rich_editor_drag_overlay_modifier.cpp | 45 auto pattern = DynamicCast<RichEditorDragPattern>(pattern_.Upgrade()); in onDraw() 90 auto pattern = DynamicCast<RichEditorDragPattern>(pattern_.Upgrade()); in PaintImage()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_test_ng.h | 43 RefPtr<RichEditorDragPattern> dragPattern_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1990 …pattern->dragNode_ = RichEditorDragPattern::CreateDragNode(pattern->GetHost(), imageChildren, info… in GetThumbnailCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 7435 pattern->dragNode_ = RichEditorDragPattern::CreateDragNode(host, imageChildren, info); in OnBackPressed()
|