Home
last modified time | relevance | path

Searched refs:keyRepeatTimeout (Results 1 – 4 of 4) 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.cpp762 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
765 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1130 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
4286 ns2ms(mConfig.keyRepeatTimeout)); in dumpDispatchStateLocked()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp177 mConfig.keyRepeatTimeout = timeout; in setKeyRepeatConfiguration()