Lines Matching refs:posX
2906 void WindowImpl::HandleModeChangeHotZones(int32_t posX, int32_t posY)
2914 WLOGD("[HotZone] Window %{public}u, Pointer[%{public}d, %{public}d]", GetWindowId(), posX, posY);
2923 if (WindowHelper::IsPointInTargetRectWithBound(posX, posY, hotZones.fullscreen_)) {
2925 } else if (WindowHelper::IsPointInTargetRectWithBound(posX, posY, hotZones.primary_)) {
2927 } else if (WindowHelper::IsPointInTargetRectWithBound(posX, posY, hotZones.secondary_)) {
3098 void WindowImpl::EndMoveOrDragWindow(int32_t posX, int32_t posY, int32_t pointId, int32_t sourceType)
3112 HandleModeChangeHotZones(posX, posY);
3246 TLOGD(WmsLogTag::WMS_EVENT, "winId:%{public}u, Mouse posX:%{private}u, posY:%{private}u, action:%{public}u, "
3247 "winRect posX:%{public}u, posY:%{public}u, W:%{public}u, H:%{public}u, "
3698 void WindowImpl::NotifyTouchDialogTarget(int32_t posX, int32_t posY)