Searched refs:lastKeyEntry (Results 1 – 2 of 2) sorted by relevance
250 mKeyRepeatState.lastKeyEntry = NULL; in InputDispatcher()332 if (mKeyRepeatState.lastKeyEntry) { in dispatchOnceInnerLocked()686 if (mKeyRepeatState.lastKeyEntry) { in resetKeyRepeatLocked()687 mKeyRepeatState.lastKeyEntry->release(); in resetKeyRepeatLocked()688 mKeyRepeatState.lastKeyEntry = NULL; in resetKeyRepeatLocked()693 KeyEntry* entry = mKeyRepeatState.lastKeyEntry; in synthesizeKeyRepeatLocked()709 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()762 if (mKeyRepeatState.lastKeyEntry in dispatchKeyLocked()763 && mKeyRepeatState.lastKeyEntry->keyCode == entry->keyCode) { in dispatchKeyLocked()768 entry->repeatCount = mKeyRepeatState.lastKeyEntry->repeatCount + 1; in dispatchKeyLocked()[all …]
915 KeyEntry* lastKeyEntry; // or null if no repeat member