Lines Matching refs:posY_
105 property->GetWindowRect().posY_ + property->GetHitOffset().y};
148 point.y = property->GetWindowRect().posY_ + property->GetHitOffset().y;
266 posY += displayRect.posY_;
320 (startPointPosY > startRectExceptCorner.posY_ &&
321 (startPointPosY < startRectExceptCorner.posY_ +
345 (rect.posY_ < limitRect.posY_) ||
346 (rect.posY_ > static_cast<int32_t>(limitRect.posY_ + limitRect.height_ - titleBarHeight))) {
348 windowProperty_->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_);
382 if (startPointPosY <= hotZoneRect.posY_) {
386 newRect.posY_ += diffY;
388 } else if (startPointPosY >= hotZoneRect.posY_ + static_cast<int32_t>(hotZoneRect.height_)) {
412 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);
434 int32_t targetY = moveDragProperty_->startPointRect_.posY_ + (posY - startPointPosY);
439 newRect.posY_ = std::max(newRect.posY_, limitRectMap_[displayId].posY_);
442 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);