Searched refs:long_press_time (Results 1 – 6 of 6) sorted by relevance
121 uint16_t long_press_time; member
64 driver->long_press_time = LV_INDEV_DEF_LONG_PRESS_TIME; in lv_indev_drv_init()
73 - `LV_EVENT_LONG_PRESSED` An object has been pressed for at least the `long_press_time` specified i…74 - `LV_EVENT_LONG_PRESSED_REPEAT` Called after `long_press_time` in every `long_press_repeat_time` …
491 if(!on_ring && diff > indev->driver->long_press_time && !colorwheel->mode_fixed) { in lv_colorwheel_event()569 if(lv_tick_elaps(colorwheel->last_click_time) < indev->driver->long_press_time) { in double_click_reset()
478 …if(i->proc.long_pr_sent == 0 && lv_tick_elaps(i->proc.pr_timestamp) > i->driver->long_press_time) { in indev_keypad_proc()617 …if(i->proc.long_pr_sent == 0 && lv_tick_elaps(i->proc.pr_timestamp) > i->driver->long_press_time) { in indev_encoder_proc()921 if(lv_tick_elaps(proc->pr_timestamp) > indev_act->driver->long_press_time) { in indev_proc_press()
174 - `long_press_time` Press time to send `LV_EVENT_LONG_PRESSED` (in milliseconds)