Searched refs:lastKeyEntry (Results 1 – 2 of 2) sorted by relevance
211 mKeyRepeatState.lastKeyEntry = NULL; in InputDispatcher()293 if (mKeyRepeatState.lastKeyEntry) { in dispatchOnceInnerLocked()647 if (mKeyRepeatState.lastKeyEntry) { in resetKeyRepeatLocked()648 mKeyRepeatState.lastKeyEntry->release(); in resetKeyRepeatLocked()649 mKeyRepeatState.lastKeyEntry = NULL; in resetKeyRepeatLocked()654 KeyEntry* entry = mKeyRepeatState.lastKeyEntry; in synthesizeKeyRepeatLocked()670 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()722 if (mKeyRepeatState.lastKeyEntry in dispatchKeyLocked()723 && mKeyRepeatState.lastKeyEntry->keyCode == entry->keyCode) { in dispatchKeyLocked()728 entry->repeatCount = mKeyRepeatState.lastKeyEntry->repeatCount + 1; in dispatchKeyLocked()[all …]
916 KeyEntry* lastKeyEntry; // or null if no repeat member