Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c440 lv_obj_t * child_rs; /* Row starter child */ in lv_cont_layout_pretty() local
449 child_rs = lv_ll_get_tail(&cont->child_ll); /*Set the row starter child*/ in lv_cont_layout_pretty()
450 if(child_rs == NULL) return; /*Return if no child*/ in lv_cont_layout_pretty()
454 child_rc = child_rs; /*Initially the the row starter and closer is the same*/ in lv_cont_layout_pretty()
455 while(child_rs != NULL) { in lv_cont_layout_pretty()
494 lv_obj_align(child_rs, cont, LV_ALIGN_IN_TOP_MID, 0, act_y); in lv_cont_layout_pretty()
498 lv_obj_t * obj1 = child_rs; in lv_cont_layout_pretty()
499 lv_obj_t * obj2 = lv_ll_get_prev(&cont->child_ll, child_rs); in lv_cont_layout_pretty()
510 child_tmp = child_rs; in lv_cont_layout_pretty()
524 child_rs = lv_ll_get_prev(&cont->child_ll, child_rc); /*Go to the next object*/ in lv_cont_layout_pretty()
[all …]

Completed in 4 milliseconds