Home
last modified time | relevance | path

Searched refs:UpdatePreviewPositionAndScale (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1041 DragEventActuator::UpdatePreviewPositionAndScale(imageNode, previewOffset); in OnDragStart()
1044 DragEventActuator::UpdatePreviewPositionAndScale(imageNode, previewOffset); in OnDragStart()
1057 DragEventActuator::UpdatePreviewPositionAndScale(imageNode, dragNodeOffset); in OnDragStart()
1069 DragEventActuator::UpdatePreviewPositionAndScale(imageNode, webOffset); in OnDragStart()
1171 DragEventActuator::UpdatePreviewPositionAndScale( in OnDragStart()
1174 DragEventActuator::UpdatePreviewPositionAndScale( in OnDragStart()
H A Ddrag_event.h141 static void UpdatePreviewPositionAndScale(
H A Ddrag_event.cpp1048 void DragEventActuator::UpdatePreviewPositionAndScale( in UpdatePreviewPositionAndScale() function in OHOS::Ace::NG::DragEventActuator
1121 UpdatePreviewPositionAndScale(imageNode, frameOffset, dragPreviewScale); in CreatePreviewNode()