Home
last modified time | relevance | path

Searched refs:initialKeyRepeatValue (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c337 DarwinKeyboardSetRepeat(DeviceIntPtr pDev, int initialKeyRepeatValue, in DarwinKeyboardSetRepeat() argument
340 if (initialKeyRepeatValue == 300000) { // off in DarwinKeyboardSetRepeat()
356 ctrl->repeat_delay = initialKeyRepeatValue * 15; in DarwinKeyboardSetRepeat()
395 CFIndex initialKeyRepeatValue, keyRepeatValue; in DarwinKeyboardReloadHandler() local
408 initialKeyRepeatValue = in DarwinKeyboardReloadHandler()
412 initialKeyRepeatValue = 35; in DarwinKeyboardReloadHandler()
435 DarwinKeyboardSetRepeat(darwinKeyboard, initialKeyRepeatValue, in DarwinKeyboardReloadHandler()
447 DarwinKeyboardSetRepeat(pDev, initialKeyRepeatValue, in DarwinKeyboardReloadHandler()