OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 225 milliseconds