Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_module.cpp41 constexpr int32_t RECT_LIST_SIZE { 2 }; variable
84 if (rectArrayLength <= 0 || rectArrayLength > RECT_LIST_SIZE) { in AddMouseMonitor()