Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h99 void CalculateNewWindowRect(Rect& newRect, DisplayId displayId, int32_t posX, int32_t posY);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp354 void MoveDragController::CalculateNewWindowRect(Rect& newRect, DisplayId displayId, int32_t posX, i… in CalculateNewWindowRect() function in OHOS::Rosen::MoveDragController
405 CalculateNewWindowRect(newRect, displayId, posX, posY); in HandleDragEvent()