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

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

Completed in 129 milliseconds