Home
last modified time | relevance | path

Searched refs:keyRepeatDelay (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.h182 nsecs_t keyRepeatDelay; member
186 keyRepeatDelay(50 * 1000000LL) { } in InputDispatcherConfiguration()
DInputDispatcher.cpp681 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay; in synthesizeKeyRepeatLocked()
3336 mConfig.keyRepeatDelay * 0.000001f); in dumpDispatchStateLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp729 jint keyRepeatDelay = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
732 outConfig->keyRepeatDelay = milliseconds_to_nanoseconds(keyRepeatDelay); in getDispatcherConfiguration()