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 171 nsecs_t keyRepeatTimeout;
177 keyRepeatTimeout(500 * 1000000LL),
    [all...]
InputDispatcher.cpp 716 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout;
    [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 152 milliseconds