Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h215 bool IsRepeatKeyEvent(const SequenceKey &sequenceKey);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1894 bool KeyCommandHandler::IsRepeatKeyEvent(const SequenceKey &sequenceKey) in IsRepeatKeyEvent() function in OHOS::MMI::KeyCommandHandler
2004 if (IsRepeatKeyEvent(sequenceKey)) { in AddSequenceKey()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2087 ASSERT_TRUE(handler.IsRepeatKeyEvent(sequenceKey));
2090 ASSERT_FALSE(handler.IsRepeatKeyEvent(sequenceKey));
2096 ASSERT_FALSE(handler.IsRepeatKeyEvent(sequenceKey));