HomeSort by relevance Sort by last modified time
    Searched refs:mKeyRepeatState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.cpp 202 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.lastKeyEntry = newEntry
    [all...]
InputDispatcher.h     [all...]

Completed in 255 milliseconds