Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_private.h46 uint32_t longpr_rep_timestamp; /**< Long press repeat time stamp*/ member
Dlv_indev.c438 indev->longpr_rep_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
835 i->longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
842 lv_tick_elaps(i->longpr_rep_timestamp) > i->long_press_repeat_time) { in indev_keypad_proc()
844 i->longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
973 i->longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
1004 …else if(i->long_pr_sent != 0 && lv_tick_elaps(i->longpr_rep_timestamp) > i->long_press_repeat_time… in indev_encoder_proc()
1006 i->longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
1328 indev->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
1333 if(lv_tick_elaps(indev->longpr_rep_timestamp) > indev_act->long_press_repeat_time) { in indev_proc_press()
1337 indev->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
[all …]