Searched refs:LV_EVENT_DRAW_POST_END (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 72 LV_EVENT_DRAW_POST_END, /**< Finishing the post draw phase (when all children are drawn)*/ enumerator
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_3.c | 16 else if(code == LV_EVENT_DRAW_POST_END) { in event_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 219 e->code == LV_EVENT_DRAW_POST_END) { in lv_event_get_layer() 406 case LV_EVENT_DRAW_POST_END: in event_is_bubbled()
|
D | lv_refr.c | 156 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw() 179 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw() 207 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer_children); in lv_obj_redraw() 228 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer_children); in lv_obj_redraw() 250 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw() 904 lv_obj_send_event(parent, LV_EVENT_DRAW_POST_END, (void *)layer); in refr_obj_and_children()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 97 obj_setInt(self, "DRAW_POST_END", LV_EVENT_DRAW_POST_END); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 156 - :cpp:enumerator:`LV_EVENT_DRAW_POST_END`: Finishing the post draw phase (when all children are d…
|
D | obj.rst | 580 - :cpp:enumerator:`LV_EVENT_DRAW_POST_END` Finishing the post draw phase (when all children…
|