Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h178 nsecs_t keyRepeatTimeout; member
184 keyRepeatTimeout(500 * 1000000LL), in InputDispatcherConfiguration()
DInputDispatcher.cpp774 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
3397 mConfig.keyRepeatTimeout * 0.000001f); in dumpDispatchStateLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp726 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
729 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()