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

  /frameworks/base/services/input/
InputDispatcher.h 173 nsecs_t keyRepeatTimeout;
179 keyRepeatTimeout(500 * 1000000LL),
    [all...]
InputDispatcher.cpp 730 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 607 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj,
610 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout);
    [all...]

Completed in 53 milliseconds