Lines Matching refs:lv_obj_send_event

995                         lv_obj_send_event(indev_obj_act, LV_EVENT_LONG_PRESSED, indev_act);  in indev_encoder_proc()
1216 lv_obj_send_event(indev->pointer.last_hovered, LV_EVENT_HOVER_LEAVE, indev); in indev_proc_press()
1230 lv_obj_send_event(last_obj, LV_EVENT_PRESS_LOST, indev_act); in indev_proc_press()
1355 lv_obj_send_event(hovered, LV_EVENT_HOVER_OVER, indev); in indev_proc_release()
1360 lv_obj_send_event(*last, LV_EVENT_HOVER_LEAVE, indev); in indev_proc_release()
1369 lv_obj_send_event(indev->pointer.act_obj, LV_EVENT_PRESS_LOST, indev_act); in indev_proc_release()
1411 lv_obj_send_event(scroll_obj, LV_EVENT_SCROLL_THROW_BEGIN, indev_act); in indev_proc_release()
1601 lv_obj_send_event(indev->pointer.last_pressed, LV_EVENT_DEFOCUSED, indev_act); in indev_click_focus()
1604 lv_obj_send_event(indev_obj_act, LV_EVENT_FOCUSED, indev_act); in indev_click_focus()
1613 lv_obj_send_event(indev->pointer.last_pressed, LV_EVENT_DEFOCUSED, indev_act); in indev_click_focus()
1621 lv_obj_send_event(indev->pointer.last_pressed, LV_EVENT_DEFOCUSED, indev_act); in indev_click_focus()
1626 lv_obj_send_event(indev->pointer.last_pressed, LV_EVENT_LEAVE, indev_act); in indev_click_focus()
1638 lv_obj_send_event(indev_obj_act, LV_EVENT_FOCUSED, indev_act); in indev_click_focus()
1691 lv_obj_send_event(gesture_obj, LV_EVENT_GESTURE, indev_act); in indev_gesture()
1744 lv_obj_send_event(act_obj, LV_EVENT_INDEV_RESET, indev); in indev_reset_core()
1757 lv_obj_send_event(scroll_obj, LV_EVENT_INDEV_RESET, indev); in indev_reset_core()
1789 lv_obj_send_event(indev_obj_act, code, param); in send_event()