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

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 211 mKeyRepeatState.lastKeyEntry = NULL;
293 if (mKeyRepeatState.lastKeyEntry) {
294 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
297 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
298 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
647 if (mKeyRepeatState.lastKeyEntry) {
648 mKeyRepeatState.lastKeyEntry->release();
649 mKeyRepeatState.lastKeyEntry = NULL;
654 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
670 mKeyRepeatState.lastKeyEntry = newEntry
    [all...]
InputDispatcher.h     [all...]

Completed in 146 milliseconds