Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp255 GatherAnimationInfo gatherAnimationInfo = { PIXELMAP_DRAG_SCALE_MULTIPLE, frameNodeSize.Width(), in PlayGatherAnimation() local
259 [overlayManager, gatherAnimationInfo]() { in PlayGatherAnimation()
260 DragDropManager::UpdateGatherNodeAttr(overlayManager, gatherAnimationInfo); in PlayGatherAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1905 GatherAnimationInfo gatherAnimationInfo = { info.scale, info.width, info.height, in DragStartAnimation() local
1907 UpdateGatherNodeAttr(overlayManager, gatherAnimationInfo); in DragStartAnimation()