Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_keyboard_device.cpp24 constexpr int32_t EVENT_REPORT_COUNTS { 50 }; variable
92 int32_t keyEventNum = (keyBoardEvent.blockTime / EVENT_REPORT_COUNTS) + 1; in TransformKeyLongPressEvent()