OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyRepeatDelay
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.h
182
nsecs_t
keyRepeatDelay
;
186
keyRepeatDelay
(50 * 1000000LL) { }
[
all
...]
InputDispatcher.cpp
681
mKeyRepeatState.nextRepeatTime = currentTime + mConfig.
keyRepeatDelay
;
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
652
jint
keyRepeatDelay
= env->CallIntMethod(mServiceObj,
655
outConfig->
keyRepeatDelay
= milliseconds_to_nanoseconds(
keyRepeatDelay
);
[
all
...]
Completed in 267 milliseconds