Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c441 lv_obj_t * child_rc; /* Row closer child */ in lv_cont_layout_pretty() local
463 …if(lv_obj_get_hidden(child_rc) == false && lv_obj_is_protected(child_rc, LV_PROTECT_POS) == false)… in lv_cont_layout_pretty()
465 if(w_row + lv_obj_get_width(child_rc) > w_obj) { in lv_cont_layout_pretty()
468 if(child_rc != NULL && obj_num != 0) { in lv_cont_layout_pretty()
469 child_rc = lv_ll_get_next(&cont->child_ll, child_rc); in lv_cont_layout_pretty()
479 child_rc = lv_ll_get_prev(&cont->child_ll, child_rc); /*Load the next object*/ in lv_cont_layout_pretty()
483 } while(child_rc != NULL); in lv_cont_layout_pretty()
487 if(child_rc != NULL) { in lv_cont_layout_pretty()
517 if(child_tmp == child_rc) break; in lv_cont_layout_pretty()
522 if(child_rc == NULL) break; in lv_cont_layout_pretty()
[all …]

Completed in 3 milliseconds