Searched refs:CreateBadgeTextNode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.h | 271 …static RefPtr<FrameNode> CreateBadgeTextNode(const RefPtr<FrameNode>& frameNode, int32_t childSize,
|
H A D | drag_event.cpp | 2441 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 D | gesture_event_hub.cpp | 1093 …textNode = DragEventActuator::CreateBadgeTextNode(frameNode, childSize, previewScale, true, previe… in OnDragStart()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng_property_config.cpp | 638 auto textNode = dragEventActuator->CreateBadgeTextNode(frameNode, 1, 1.05f, true);
|
H A D | drag_event_test_ng.cpp | 1041 …auto textNode = dragEventActuator->CreateBadgeTextNode(frameNode, childSize, DEFALUT_DRAG_PPIXELMA…
|