Searched refs:lv_obj_get_child (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_win.c | 130 lv_img_create(cbtn, lv_obj_get_child(child, NULL)); in lv_win_create() 476 child = lv_obj_get_child(win, NULL); in lv_win_signal() 480 … child = lv_obj_get_child(win, child); /*Get the next child before move this*/ in lv_win_signal() 483 child = lv_obj_get_child(win, child); in lv_win_signal()
|
A D | lv_list.c | 403 lv_obj_t * label = lv_obj_get_child(btn, NULL); in lv_list_get_btn_label() 407 label = lv_obj_get_child(btn, label); in lv_list_get_btn_label() 422 lv_obj_t * img = lv_obj_get_child(btn, NULL); in lv_list_get_btn_img() 426 img = lv_obj_get_child(btn, img); in lv_list_get_btn_img() 450 btn = lv_obj_get_child(scrl, prev_btn); in lv_list_get_prev_btn() 454 btn = lv_obj_get_child(scrl, btn); in lv_list_get_prev_btn()
|
A D | lv_cont.c | 278 if(lv_obj_get_child(cont, NULL) == NULL) return; in lv_cont_refr_layout() 539 lv_coord_t w_obj = lv_obj_get_width(lv_obj_get_child(cont, NULL)); in lv_cont_layout_grid() 541 lv_coord_t h_obj = lv_obj_get_height(lv_obj_get_child(cont, NULL)); in lv_cont_layout_grid()
|
A D | lv_page.c | 802 child = lv_obj_get_child(page, NULL); in lv_page_signal() 806 … child = lv_obj_get_child(page, child); /*Get the next child before move this*/ in lv_page_signal() 820 child = lv_obj_get_child(page, child); in lv_page_signal()
|
A D | lv_tabview.c | 1085 lv_obj_t * pages = lv_obj_get_child(ext->content, NULL); in tabview_realign() 1100 pages = lv_obj_get_child(ext->content, pages); in tabview_realign()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.c | 470 lv_obj_t * child = lv_obj_get_child(obj, NULL); in lv_obj_clean() 475 child_next = lv_obj_get_child(obj, child); in lv_obj_clean() 1540 lv_obj_t * lv_obj_get_child(const lv_obj_t * obj, const lv_obj_t * child) in lv_obj_get_child() function 2246 lv_obj_t * child = lv_obj_get_child(obj, NULL); 2255 child = lv_obj_get_child(obj, child);
|
A D | lv_obj.h | 655 lv_obj_t * lv_obj_get_child(const lv_obj_t * obj, const lv_obj_t * child);
|
Completed in 16 milliseconds