Home
last modified time | relevance | path

Searched refs:newBottomRightRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2423 Rect newBottomRightRect; in UpdateDisplayInfo() local
2424 newBottomRightRect.x = windowArea.x + windowArea.width - pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()
2425 newBottomRightRect.y = windowArea.y + windowArea.height - pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()
2426 newBottomRightRect.width = OUTWINDOW_HOT_AREA + pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()
2427 newBottomRightRect.height = OUTWINDOW_HOT_AREA + pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()
2441 newBottomRightRect.width = 0; in UpdateDisplayInfo()
2442 newBottomRightRect.height = 0; in UpdateDisplayInfo()
2448 windowHotAreas.push_back(newBottomRightRect); in UpdateDisplayInfo()