Lines Matching defs:startPointPosY
2951 void WindowImpl::UpdateDragType(int32_t startPointPosX, int32_t startPointPosY)
2958 } else if (startPointPosY > startRectExceptCorner.posY_ &&
2959 (startPointPosY < startRectExceptCorner.posY_ +
2962 } else if ((startPointPosX <= startRectExceptCorner.posX_ && startPointPosY <= startRectExceptCorner.posY_) ||
2964 startPointPosY >= startRectExceptCorner.posY_ + static_cast<int32_t>(startRectExceptCorner.height_))) {
3001 bool WindowImpl::IsPointInDragHotZone(int32_t startPointPosX, int32_t startPointPosY, int32_t sourceType)
3011 !WindowHelper::IsPointInTargetRectWithBound(startPointPosX, startPointPosY, rectWithHotzone)) {
3014 startPointPosY, moveDragProperty_->startRectExceptFrame_)) ||
3016 startPointPosY, moveDragProperty_->startRectExceptCorner_))) {
3080 int32_t startPointPosY = moveDragProperty_->startPointPosY_ + displayInfo->GetOffsetY();
3088 } else if (IsPointInDragHotZone(startPointPosX, startPointPosY, moveDragProperty_->sourceType_)
3091 UpdateDragType(startPointPosX, startPointPosY);