Searched refs:mKeyRepeatState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp202 mKeyRepeatState.lastKeyEntry = NULL;
284 if (mKeyRepeatState.lastKeyEntry) {
285 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
288 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
289 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
629 if (mKeyRepeatState.lastKeyEntry) {
630 mKeyRepeatState.lastKeyEntry->release();
631 mKeyRepeatState.lastKeyEntry = NULL;
636 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
652 mKeyRepeatState
[all...]
H A DInputDispatcher.h896 } mKeyRepeatState; member in class:android::InputDispatcher

Completed in 51 milliseconds