Lines Matching full:time
37 /*Long press time in milliseconds.
38 *Time to send `LV_EVENT_LONG_PRESSED`)*/
42 *Time between `LV_EVENT_LONG_PRESSED_REPEAT*/
243 /*Save the last activity time*/ in lv_indev_read()
779 *for the next time*/ in indev_keypad_proc()
831 /*Long press time has elapsed?*/ in indev_keypad_proc()
840 /*Long press repeated time has elapsed?*/ in indev_keypad_proc()
1003 /*Long press repeated time has elapsed?*/ in indev_encoder_proc()
1239 /*Save the time when the obj pressed to count long press time.*/ in indev_proc_press()
1317 /*If there is no scrolling then check for long press time*/ in indev_proc_press()
1319 /*Send a long press event if enough time elapsed*/ in indev_proc_press()
1327 /*Save the long press time stamp for the long press repeat handler*/ in indev_proc_press()
1464 /*Update streak for clicks within small distance and short time*/ in indev_proc_short_click()