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

  /frameworks/native/services/inputflinger/
InputDispatcher.h 178 nsecs_t keyRepeatTimeout;
184 keyRepeatTimeout(500 * 1000000LL),
    [all...]
InputDispatcher.cpp 774 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 726 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj,
729 outConfig->keyRepeatTimeout = milliseconds_to_nanoseconds(keyRepeatTimeout);
    [all...]

Completed in 161 milliseconds