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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h179 nsecs_t keyRepeatTimeout; member in struct:android::InputDispatcherConfiguration
185 keyRepeatTimeout(500 * 1000000LL),
H A DInputDispatcher.cpp734 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout;
3339 mConfig.keyRepeatTimeout * 0.000001f);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp646 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, local
649 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout);

Completed in 63 milliseconds