Lines Matching refs:longpr_rep_timestamp
438 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()
1375 indev->longpr_rep_timestamp = 0; in indev_proc_release()
1417 indev->longpr_rep_timestamp = 0; in indev_proc_release()
1562 indev->longpr_rep_timestamp = 0; in indev_proc_reset_query_handler()