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/base/services/input/
InputDispatcher.h
176
nsecs_t
keyRepeatDelay
;
180
keyRepeatDelay
(50 * 1000000LL) { }
[
all
...]
InputDispatcher.cpp
665
mKeyRepeatState.nextRepeatTime = currentTime + mConfig.
keyRepeatDelay
;
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
608
jint
keyRepeatDelay
= env->CallIntMethod(mServiceObj,
611
outConfig->
keyRepeatDelay
= milliseconds_to_nanoseconds(
keyRepeatDelay
);
[
all
...]
Completed in 2299 milliseconds