Lines Matching refs:lv_tick_get
245 indev->disp->last_activity_time = lv_tick_get(); in lv_indev_read()
248 indev->disp->last_activity_time = lv_tick_get(); in lv_indev_read()
438 indev->longpr_rep_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
439 indev->pr_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
786 i->pr_timestamp = lv_tick_get(); in indev_keypad_proc()
835 i->longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
844 i->longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
932 i->pr_timestamp = lv_tick_get(); in indev_encoder_proc()
973 i->longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
1006 i->longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
1240 indev->pr_timestamp = lv_tick_get(); in indev_proc_press()
1328 indev->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
1337 indev->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
1475 indev->pointer.last_short_click_timestamp = lv_tick_get(); in indev_proc_short_click()