Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h232 int32_t GetWindowMaxSize(int32_t maxAreasCount);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp220 int32_t InputManagerImpl::GetWindowMaxSize(int32_t maxAreasCount) in GetWindowMaxSize() function in OHOS::MMI::InputManagerImpl
2308 return (MAX_PKT_SIZE - GetDisplayMaxSize() * displayCount) / GetWindowMaxSize(maxAreasCount); in GetWinSyncBatchSize()