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

  /frameworks/base/services/input/
InputDispatcher.cpp 287 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
290 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
291 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
677 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay;
726 mKeyRepeatState.nextRepeatTime = LONG_LONG_MAX; // don't generate repeats ourselves
730 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout;
    [all...]
InputDispatcher.h     [all...]

Completed in 172 milliseconds