Home
last modified time | relevance | path

Searched refs:needPostStopDrag (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp107 bool needPostStopDrag = false; in ConfirmCurPointerEventInfo()
109 needPostStopDrag = true; in ConfirmCurPointerEventInfo()
115 if (needPostStopDrag) { in ConfirmCurPointerEventInfo()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1560 bool needPostStopDrag = false; in HandleStopDragCallback() local
1563 needPostStopDrag = (asyncCtx->dragState == DragState::SENDING); in HandleStopDragCallback()
1566 if (needPostStopDrag) { in HandleStopDragCallback()

Completed in 5 milliseconds