Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h173 nsecs_t keyRepeatTimeout; member
179 keyRepeatTimeout(500 * 1000000LL), in InputDispatcherConfiguration()
DInputDispatcher.cpp730 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
3257 mConfig.keyRepeatTimeout * 0.000001f); in dumpDispatchStateLocked()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp607 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
610 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()