Lines Matching refs:windowProperty_
348 windowProperty_->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_);
412 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);
413 windowProperty_->SetRequestRect(newRect);
414 windowProperty_->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG);
415 windowProperty_->SetDragType(moveDragProperty_->dragType_);
416 WindowManagerService::GetInstance().UpdateProperty(windowProperty_, PropertyChangeAction::ACTION_UPDATE_RECT, true);
442 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);
443 windowProperty_->SetRequestRect(newRect);
444 windowProperty_->SetWindowSizeChangeReason(WindowSizeChangeReason::MOVE);
445 WindowManagerService::GetInstance().UpdateProperty(windowProperty_, PropertyChangeAction::ACTION_UPDATE_RECT, true);
450 if (windowProperty_) {
451 windowProperty_->UpdatePointerEvent(pointerEvent);
509 windowProperty_->CopyFrom(windowProperty);
519 return windowProperty_;