Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c172 indev->proc.longpr_rep_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
437 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
446 lv_tick_elaps(i->proc.longpr_rep_timestamp) > i->driver.long_press_rep_time) { in indev_keypad_proc()
448 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
805 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
811 if(lv_tick_elaps(proc->longpr_rep_timestamp) > indev_act->driver.long_press_rep_time) { in indev_proc_press()
816 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
832 proc->longpr_rep_timestamp = 0; in indev_proc_release()
945 proc->longpr_rep_timestamp = 0; in indev_proc_release()
973 indev->proc.longpr_rep_timestamp = 0; in indev_proc_reset_query_handler()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h139 uint32_t longpr_rep_timestamp; /**< Long press repeat time stamp*/ member

Completed in 5 milliseconds