OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyRepeatTimeout
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputDispatcher.h
173
nsecs_t
keyRepeatTimeout
;
179
keyRepeatTimeout
(500 * 1000000LL),
[
all
...]
InputDispatcher.cpp
718
mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.
keyRepeatTimeout
;
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
602
jint
keyRepeatTimeout
= env->CallIntMethod(mServiceObj,
605
outConfig->
keyRepeatTimeout
= milliseconds_to_nanoseconds(
keyRepeatTimeout
);
[
all
...]
Completed in 3595 milliseconds