Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp355 ParameterType parameterType = getParameterType(dragCtx); in StartDragInternal() local
356 …TAG_LOGI(AceLogTag::ACE_DRAG, "parameter type is %{public}d", static_cast<int32_t>(parameterType)); in StartDragInternal()
357 if (parameterType == ParameterType::DRAGITEMINFO_ARRAY) { in StartDragInternal()
359 } else if (parameterType == ParameterType::MIX) { in StartDragInternal()
563 ParameterType parameterType = getParameterType(asyncCtx); in HandleExecuteDrag() local
564 if (parameterType == ParameterType::DRAGITEMINFO) { in HandleExecuteDrag()
566 } else if (parameterType == ParameterType::CUSTOMBUILDER) { in HandleExecuteDrag()