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

/frameworks/base/services/input/
H A DInputDispatcher.h174 nsecs_t keyRepeatDelay; member in struct:android::InputDispatcherConfiguration
178 keyRepeatDelay(50 * 1000000LL) { }
H A DInputDispatcher.cpp663 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay;
3229 mConfig.keyRepeatDelay * 0.000001f);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp608 jint keyRepeatDelay = env->CallIntMethod(mServiceObj, local
611 outConfig->keyRepeatDelay = milliseconds_to_nanoseconds(keyRepeatDelay);

Completed in 26 milliseconds