Searched refs:lastMatchedKey_ (Results 1 – 3 of 3) sorted by relevance
254 lastMatchedKey_.preKeys.clear(); in ResetLastMatchedKey()255 lastMatchedKey_.finalKey = -1; in ResetLastMatchedKey()256 lastMatchedKey_.timerId = -1; in ResetLastMatchedKey()257 lastMatchedKey_.keyDownDuration = 0; in ResetLastMatchedKey()321 ShortcutKey lastMatchedKey_; variable
421 handler.lastMatchedKey_.timerId = -5;2659 handler.lastMatchedKey_.timerId = 1;2662 handler.lastMatchedKey_.timerId = -1;2698 handler.lastMatchedKey_.timerId = -1;2734 handler.lastMatchedKey_.timerId = -1;2770 handler.lastMatchedKey_.timerId = -1;3248 handler.lastMatchedKey_.finalKey = 1;3249 handler.lastMatchedKey_.triggerType = 2;4284 handler.lastMatchedKey_.finalKey = 1;4286 handler.lastMatchedKey_.preKeys = {3};[all …]
1805 if (IsKeyMatch(lastMatchedKey_, keyEvent)) { in HandleShortKeys()1818 if (lastMatchedKey_.timerId >= 0) { in HandleShortKeys()1819 MMI_HILOGD("Remove timer:%{public}d", lastMatchedKey_.timerId); in HandleShortKeys()1820 TimerMgr->RemoveTimer(lastMatchedKey_.timerId); in HandleShortKeys()1821 lastMatchedKey_.timerId = -1; in HandleShortKeys()2187 lastMatchedKey_ = shortcutKey; in HandleKeyDown()2338 LaunchAbility(key.ability, lastMatchedKey_.keyDownDuration); in LaunchAbility()