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

  /frameworks/base/services/input/
InputDispatcher.h 173 nsecs_t keyRepeatTimeout;
179 keyRepeatTimeout(500 * 1000000LL),
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 602 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj,
605 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout);
    [all...]

Completed in 37 milliseconds