Home
last modified time | relevance | path

Searched refs:CreateBadgeTextNode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h271 …static RefPtr<FrameNode> CreateBadgeTextNode(const RefPtr<FrameNode>& frameNode, int32_t childSize,
H A Ddrag_event.cpp2441 auto textNode = CreateBadgeTextNode(frameNode, childSize, PIXELMAP_DRAG_SCALE_MULTIPLE, true); in ShowPreviewBadgeAnimation()
2450 RefPtr<FrameNode> DragEventActuator::CreateBadgeTextNode(const RefPtr<FrameNode>& frameNode, int32_… in CreateBadgeTextNode() function in OHOS::Ace::NG::DragEventActuator
H A Dgesture_event_hub.cpp1093 …textNode = DragEventActuator::CreateBadgeTextNode(frameNode, childSize, previewScale, true, previe… in OnDragStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp638 auto textNode = dragEventActuator->CreateBadgeTextNode(frameNode, 1, 1.05f, true);
H A Ddrag_event_test_ng.cpp1041 …auto textNode = dragEventActuator->CreateBadgeTextNode(frameNode, childSize, DEFALUT_DRAG_PPIXELMA…