Searched refs:debounce (Results 1 - 6 of 6) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-debounce.c | 109 "invalid debounce event %s in state %s\n", in log_debounce_bug() 111 debounce_state_to_str(fallback->debounce.state)); in log_debounce_bug() 122 fallback->debounce.state = new_state; in debounce_set_state() 131 libinput_timer_set(&fallback->debounce.timer, in debounce_set_timer() 141 libinput_timer_set(&fallback->debounce.timer_short, in debounce_set_timer_short() 148 libinput_timer_cancel(&fallback->debounce.timer); in debounce_cancel_timer() 154 libinput_timer_cancel(&fallback->debounce.timer_short); in debounce_cancel_timer_short() 160 if (fallback->debounce.spurious_enabled) in debounce_enable_spurious() 164 fallback->debounce.spurious_enabled = true; in debounce_enable_spurious() 176 unsigned int code = fallback->debounce in debounce_notify_button() [all...] |
H A D | evdev-fallback.h | 150 } debounce; member
|
H A D | evdev-fallback.c | 1123 libinput_timer_cancel(&dispatch->debounce.timer); in fallback_interface_remove() 1124 libinput_timer_cancel(&dispatch->debounce.timer_short); in fallback_interface_remove() 1244 libinput_timer_destroy(&dispatch->debounce.timer); in fallback_interface_destroy() 1245 libinput_timer_destroy(&dispatch->debounce.timer_short); in fallback_interface_destroy()
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 45 const watcher = new FilesWatcher({ debounce: 200, mode: kShouldFilterModules ? 'filter' : 'all' });
|
/third_party/node/lib/internal/test_runner/ |
H A D | runner.js | 447 const watcher = new FilesWatcher({ __proto__: null, debounce: 200, mode: 'filter', signal: opts.signal });
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 77 debounce(wait: number, immediate?: boolean): T; 569 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T; 770 var lazyLayout = _.debounce(calculateLayout, 300); 993 var lazyLayout = _.debounce(calculateLayout, 300);
|
Completed in 7 milliseconds