Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h98 bool CheckWindowRect(DisplayId displayId, float vpr, const Rect& rect);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp330 bool MoveDragController::CheckWindowRect(DisplayId displayId, float vpr, const Rect& rect) in CheckWindowRect() function in OHOS::Rosen::MoveDragController
407 …if (!CheckWindowRect(displayId, DisplayGroupInfo::GetInstance().GetDisplayVirtualPixelRatio(displa… in HandleDragEvent()