Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h179 nsecs_t keyRepeatTimeout; member
185 keyRepeatTimeout(500 * 1000000LL), in InputDispatcherConfiguration()
DInputDispatcher.cpp734 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
3340 mConfig.keyRepeatTimeout * 0.000001f); in dumpDispatchStateLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp696 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
699 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()