OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyRepeatTimeout
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
625
jint
keyRepeatTimeout
= env->CallIntMethod(mServiceObj,
628
outConfig->
keyRepeatTimeout
= milliseconds_to_nanoseconds(
keyRepeatTimeout
);
[
all
...]
/frameworks/native/services/inputflinger/
InputDispatcher.h
173
nsecs_t
keyRepeatTimeout
;
179
keyRepeatTimeout
(500 * 1000000LL),
[
all
...]
Completed in 72 milliseconds