Searched refs:LV_EVENT_DRAW_POST_END (Results 1 – 7 of 7) sorted by relevance
16 else if(code == LV_EVENT_DRAW_POST_END) { in event_cb()
43 else if(code == LV_EVENT_DRAW_POST_END) { in mask_event_cb()
62 LV_EVENT_DRAW_POST_END, /**< Finishing the post draw phase (when all children are drawn)*/ enumerator
306 e->code == LV_EVENT_DRAW_POST_END) { in lv_event_get_draw_ctx()506 case LV_EVENT_DRAW_POST_END: in event_is_bubbled()
193 lv_event_send(obj, LV_EVENT_DRAW_POST_END, draw_ctx); in lv_obj_redraw()881 lv_event_send(parent, LV_EVENT_DRAW_POST_END, (void *)draw_ctx); in refr_obj_and_children()
96 - `LV_EVENT_DRAW_POST_END` Finishing the post draw phase (when all children are drawn)
142 #### LV_EVENT_DRAW_POST_END subsubsection