Lines Matching refs:pr_timestamp
439 indev->pr_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
760 i->pr_timestamp = 0; in indev_keypad_proc()
786 i->pr_timestamp = lv_tick_get(); in indev_keypad_proc()
832 if(i->long_pr_sent == 0 && lv_tick_elaps(i->pr_timestamp) > i->long_press_time) { in indev_keypad_proc()
885 i->pr_timestamp = 0; in indev_keypad_proc()
904 i->pr_timestamp = 0; in indev_encoder_proc()
932 i->pr_timestamp = lv_tick_get(); in indev_encoder_proc()
970 if(i->long_pr_sent == 0 && lv_tick_elaps(i->pr_timestamp) > i->long_press_time) { in indev_encoder_proc()
1077 i->pr_timestamp = 0; in indev_encoder_proc()
1240 indev->pr_timestamp = lv_tick_get(); in indev_proc_press()
1320 if(lv_tick_elaps(indev->pr_timestamp) > indev_act->long_press_time) { in indev_proc_press()
1374 indev->pr_timestamp = 0; in indev_proc_release()
1416 indev->pr_timestamp = 0; in indev_proc_release()
1561 indev->pr_timestamp = 0; in indev_proc_reset_query_handler()