Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h486 … static bool CalculateTouchHotAreas(const Rect& windowRect, const std::vector<Rect>& requestRects, in CalculateTouchHotAreas() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp451 if (!WindowHelper::CalculateTouchHotAreas(winRect, requestedHotAreas, touchHotAreas)) { in CalcAndSetNodeHotZone()
H A Dwindow_controller.cpp1736 if (!WindowHelper::CalculateTouchHotAreas(windowRect, rects, touchHotAreas)) { in UpdateTouchHotAreas()