Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp359 ParameterType parameterType = getParameterType(dragCtx); in StartDragInternal() local
360 TAG_LOGI(AceLogTag::ACE_DRAG, "parameter type is %{public}d", static_cast<int32_t>(parameterType)); in StartDragInternal()
361 if (parameterType == ParameterType::DRAGITEMINFO_ARRAY) { in StartDragInternal()
363 } else if (parameterType == ParameterType::MIX) { in StartDragInternal()
568 ParameterType parameterType = getParameterType(asyncCtx); in HandleExecuteDrag() local
569 if (parameterType == ParameterType::DRAGITEMINFO) { in HandleExecuteDrag()
571 } else if (parameterType == ParameterType::CUSTOMBUILDER) { in HandleExecuteDrag()

Completed in 4 milliseconds