Searched refs:parameterType (Results 1 – 1 of 1) sorted by relevance
355 ParameterType parameterType = getParameterType(dragCtx); in StartDragInternal() local356 …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() local564 if (parameterType == ParameterType::DRAGITEMINFO) { in HandleExecuteDrag()566 } else if (parameterType == ParameterType::CUSTOMBUILDER) { in HandleExecuteDrag()