OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRepeatTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputDispatcher.cpp
301
if (currentTime >= mKeyRepeatState.
nextRepeatTime
) {
304
if (mKeyRepeatState.
nextRepeatTime
< *nextWakeupTime) {
305
*nextWakeupTime = mKeyRepeatState.
nextRepeatTime
;
734
mKeyRepeatState.
nextRepeatTime
= currentTime + mConfig.keyRepeatDelay;
783
mKeyRepeatState.
nextRepeatTime
= LONG_LONG_MAX; // don't generate repeats ourselves
787
mKeyRepeatState.
nextRepeatTime
= entry->eventTime + mConfig.keyRepeatTimeout;
[
all
...]
InputDispatcher.h
[
all
...]
Completed in 39 milliseconds