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 204 mKeyRepeatState.lastKeyEntry = NULL;
286 if (mKeyRepeatState.lastKeyEntry) {
287 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
290 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
291 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
643 if (mKeyRepeatState.lastKeyEntry) {
644 mKeyRepeatState.lastKeyEntry->release();
645 mKeyRepeatState.lastKeyEntry = NULL;
650 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
666 mKeyRepeatState.lastKeyEntry = newEntry
    [all...]
InputDispatcher.h     [all...]

Completed in 351 milliseconds