Home
last modified time | relevance | path

Searched refs:SOURCE_TOOL_PEN (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.cpp45 constexpr int32_t SOURCE_TOOL_PEN = 1; variable
130 } else if (dragAction->sourceType == SOURCE_TYPE_TOUCH && sourceTool == SOURCE_TOOL_PEN) { in ConfirmCurPointerEventInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp66 constexpr int32_t SOURCE_TOOL_PEN = 1; variable
1560 } else if (asyncCtx->sourceType == SOURCE_TYPE_TOUCH && sourceTool == SOURCE_TOOL_PEN) { in ConfirmCurPointerEventInfo()