Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_win.c126 child = lv_obj_get_child_back(copy_ext->header, NULL); in lv_win_create()
127 child = lv_obj_get_child_back(copy_ext->header, child); /*Sip the title*/ in lv_win_create()
131 child = lv_obj_get_child_back(copy_ext->header, child); in lv_win_create()
290 btn = lv_obj_get_child_back(ext->header, NULL); in lv_win_set_style()
291 btn = lv_obj_get_child_back(ext->header, btn); /*Skip the title*/ in lv_win_set_style()
297 btn = lv_obj_get_child_back(ext->header, btn); in lv_win_set_style()
531 btn = lv_obj_get_child_back(ext->header, NULL); in lv_win_realign()
532 btn = lv_obj_get_child_back(ext->header, btn); /*Skip the title*/ in lv_win_realign()
542 btn = lv_obj_get_child_back(ext->header, btn); in lv_win_realign()
A Dlv_list.c475 btn = lv_obj_get_child_back(scrl, prev_btn); in lv_list_get_next_btn()
479 btn = lv_obj_get_child_back(scrl, btn); in lv_list_get_next_btn()
A Dlv_tabview.c575 lv_obj_t * page = lv_obj_get_child_back(ext->content, NULL); in lv_tabview_get_tab()
579 page = lv_obj_get_child_back(ext->content, page); in lv_tabview_get_tab()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h664 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child);
A Dlv_obj.c1560 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child) in lv_obj_get_child_back() function

Completed in 12 milliseconds