Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h117 static AreaType GetAreaType(int32_t pointWinX, int32_t pointWinY, in GetAreaType() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h106 …AreaType GetAreaType(int32_t pointWinX, int32_t pointWinY, int32_t sourceType, const WSRect& rect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp375 …type_ = SessionHelper::GetAreaType(pointerItem.GetWindowX(), pointerItem.GetWindowY(), sourceType,… in EventDownInit()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp757 dragType = SessionHelper::GetAreaType(winX, winY, sourceType, outside, vpr, rect); in HandlePointDownEvent()