Lines Matching defs:pointId
397 int32_t pointId, int32_t sourceType)
400 (pointId != moveDragProperty_->startPointerId_) || (sourceType != moveDragProperty_->sourceType_)) {
420 int32_t pointId, int32_t sourceType)
426 (pointId != moveDragProperty_->startPointerId_) ||
454 int32_t pointId = pointerEvent->GetPointerId();
456 if (!pointerEvent->GetPointerItem(pointId, pointerItem) ||
471 if (pointId == moveDragProperty_->startPointerId_ && sourceType == moveDragProperty_->sourceType_) {
475 TLOGD(WmsLogTag::WMS_EVENT, "windowId:%{public}u, pointId:%{public}d, sourceType:%{public}d, "
477 "%{public}d, pointPos:[%{private}d, %{private}d]", activeWindowId_, pointId, sourceType,
484 HandleMoveEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType);
485 HandleDragEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType);