Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp189 int32_t KeyAutoRepeat::GetKeyboardRepeatTime(int32_t deviceId, bool isDelay) in GetKeyboardRepeatTime() function in OHOS::MMI::KeyAutoRepeat
279 delay = GetKeyboardRepeatTime(keyEvent_->GetDeviceId(), true); in GetKeyboardRepeatDelay()
297 rate = GetKeyboardRepeatTime(keyEvent_->GetDeviceId(), false); in GetKeyboardRepeatRate()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_auto_repeat_test.cpp144 int32_t actualRepeatTime = keyAutoRepeat.GetKeyboardRepeatTime(deviceId, isDelay);
148 actualRepeatTime = keyAutoRepeat.GetKeyboardRepeatTime(deviceId, isDelay);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_auto_repeat.h54 int32_t GetKeyboardRepeatTime(int32_t deviceId, bool isDelay);