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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h176 nsecs_t keyRepeatDelay; member in struct:android::InputDispatcherConfiguration
180 keyRepeatDelay(50 * 1000000LL) { }
H A DInputDispatcher.cpp674 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay;
3281 mConfig.keyRepeatDelay * 0.000001f);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp631 jint keyRepeatDelay = env->CallIntMethod(mServiceObj, local
634 outConfig->keyRepeatDelay = milliseconds_to_nanoseconds(keyRepeatDelay);

Completed in 109 milliseconds