Lines Matching defs:width
1793 WMError WindowImpl::Resize(uint32_t width, uint32_t height)
1796 property_->GetWindowId(), width, height);
1803 Rect resizeRect = { rect.posX_, rect.posY_, width, height };
1812 rect.height_, width, height);
3007 rectWithHotzone.width_ = GetRect().width_ + HOTZONE_POINTER * 2; // 2: calculate width need
3953 uint32_t width = static_cast<uint32_t>(display->GetWidth());
3955 WLOGFD("width:%{public}u, height:%{public}u, displayId:%{public}" PRIu64"",
3956 width, height, property_->GetDisplayId());
3957 uint32_t alarmWidth = static_cast<uint32_t>((static_cast<float>(width) *
3962 Rect rect = { static_cast<int32_t>((width - alarmWidth) / 2), static_cast<int32_t>((height - alarmHeight) / 2),