Home
last modified time | relevance | path

Searched refs:getPointSuccess (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.cpp120 bool getPointSuccess = container->GetCurPointerEventInfo(dragAction->pointer, dragAction->x, dragAction->y, in ConfirmCurPointerEventInfo() local
127 return getPointSuccess; in ConfirmCurPointerEventInfo()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1596 bool getPointSuccess = container->GetCurPointerEventInfo( in ConfirmCurPointerEventInfo() local
1604 return getPointSuccess; in ConfirmCurPointerEventInfo()
1649 auto getPointSuccess = ConfirmCurPointerEventInfo(dragAsyncContext, container); in JSExecuteDrag() local
1650 if (!getPointSuccess) { in JSExecuteDrag()
1696 auto getPointSuccess = ConfirmCurPointerEventInfo(dragAsyncContext, container); in JSCreateDragAction() local
1697 if (!getPointSuccess) { in JSCreateDragAction()

Completed in 5 milliseconds