Lines Matching defs:startPointPosY
311 auto startPointPosY = moveDragProperty_->startPointPosY_;
312 ConvertPointerPosToDisplayGroupPos(moveDragProperty_->targetDisplayId_, startPointPosX, startPointPosY);
320 (startPointPosY > startRectExceptCorner.posY_ &&
321 (startPointPosY < startRectExceptCorner.posY_ +
357 auto startPointPosY = moveDragProperty_->startPointPosY_;
358 ConvertPointerPosToDisplayGroupPos(moveDragProperty_->targetDisplayId_, startPointPosX, startPointPosY);
362 int32_t diffY = posY - startPointPosY;
382 if (startPointPosY <= hotZoneRect.posY_) {
388 } else if (startPointPosY >= hotZoneRect.posY_ + static_cast<int32_t>(hotZoneRect.height_)) {
431 auto startPointPosY = moveDragProperty_->startPointPosY_;
432 ConvertPointerPosToDisplayGroupPos(moveDragProperty_->targetDisplayId_, startPointPosX, startPointPosY);
434 int32_t targetY = moveDragProperty_->startPointRect_.posY_ + (posY - startPointPosY);