Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherConfiguration.h33 nsecs_t keyRepeatTimeout; member
39 : keyRepeatTimeout(500 * 1000000LL), keyRepeatDelay(50 * 1000000LL) {} in InputDispatcherConfiguration()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp756 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
759 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp790 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
3809 mConfig.keyRepeatTimeout * 0.000001f); in dumpDispatchStateLocked()