HomeSort by relevance Sort by last modified time
    Searched refs:keyRepeatDelay (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.h 176 nsecs_t keyRepeatDelay;
180 keyRepeatDelay(50 * 1000000LL) { }
    [all...]
InputDispatcher.cpp 680 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 631 jint keyRepeatDelay = env->CallIntMethod(mServiceObj,
634 outConfig->keyRepeatDelay = milliseconds_to_nanoseconds(keyRepeatDelay);
    [all...]

Completed in 52 milliseconds