Home
last modified time | relevance | path

Searched refs:LV_SIGNAL_LONG_PRESS (Results 1 – 3 of 3) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_list.c658 sign == LV_SIGNAL_LONG_PRESS || sign == LV_SIGNAL_LONG_PRESS_REP) { in lv_list_signal()
680 else if(sign == LV_SIGNAL_LONG_PRESS) { in lv_list_signal()
/lvgl-2.7.6/src/lv_core/
Dlv_indev.c513 indev_obj_act->signal_cb(indev_obj_act, LV_SIGNAL_LONG_PRESS, NULL); in indev_keypad_proc()
678 indev_obj_act->signal_cb(indev_obj_act, LV_SIGNAL_LONG_PRESS, NULL); in indev_encoder_proc()
976 indev_obj_act->signal_cb(indev_obj_act, LV_SIGNAL_LONG_PRESS, indev_act); in indev_proc_press()
Dlv_obj.h141LV_SIGNAL_LONG_PRESS, /**< Object has been pressed for at least `LV_INDEV_LONG_PRESS_TIME`.… enumerator