Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp494 uint32_t maxHotAreasNum = 0; in GetFullWindowInfoList() local
522 if (windowInfo.defaultHotAreas.size() > maxHotAreasNum) { in GetFullWindowInfoList()
523 maxHotAreasNum = windowInfo.defaultHotAreas.size(); in GetFullWindowInfoList()
526 if (maxHotAreasNum > MMI::WindowInfo::DEFAULT_HOTAREA_COUNT) { in GetFullWindowInfoList()