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

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 652 jint keyRepeatDelay = env->CallIntMethod(mServiceObj,
655 outConfig->keyRepeatDelay = milliseconds_to_nanoseconds(keyRepeatDelay);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 182 nsecs_t keyRepeatDelay;
186 keyRepeatDelay(50 * 1000000LL) { }
    [all...]

Completed in 84 milliseconds