Home
last modified time | relevance | path

Searched refs:lv_ll_chg_list (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_ll.h95 void lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head);
A Dlv_ll.c220 void lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head) in lv_ll_chg_list() function
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_disp.c115 lv_ll_chg_list(&old_disp->scr_ll, &disp->scr_ll, scr, true); in lv_disp_assign_screen()
A Dlv_obj.c552 lv_ll_chg_list(&obj->par->child_ll, &parent->child_ll, obj, true); in lv_obj_set_parent()
578 lv_ll_chg_list(&parent->child_ll, &parent->child_ll, obj, true); in lv_obj_move_foreground()
599 lv_ll_chg_list(&parent->child_ll, &parent->child_ll, obj, false); in lv_obj_move_background()

Completed in 9 milliseconds