Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp113 bool needPostStopDrag = false; in ConfirmCurPointerEventInfo() local
115 needPostStopDrag = true; in ConfirmCurPointerEventInfo()
121 if (needPostStopDrag) { in ConfirmCurPointerEventInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1527 bool needPostStopDrag = false; in ConfirmCurPointerEventInfo() local
1530 needPostStopDrag = (asyncCtx->dragState == DragState::SENDING); in ConfirmCurPointerEventInfo()
1533 if (needPostStopDrag) { in ConfirmCurPointerEventInfo()