Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h171 nsecs_t keyRepeatTimeout; member
177 keyRepeatTimeout(500 * 1000000LL), in InputDispatcherConfiguration()
DInputDispatcher.cpp698 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
3168 mConfig.keyRepeatTimeout * 0.000001f); in dumpDispatchStateLocked()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp649 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, in getDispatcherConfiguration() local
652 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout); in getDispatcherConfiguration()