Searched refs:lv_obj_set_height (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_tabview.c | 121 lv_obj_set_height(ext->btns, 3 * LV_DPI / 4); in lv_tabview_create() 132 … lv_obj_set_height(ext->content, lv_obj_get_height(new_tabview) - lv_obj_get_height(ext->btns)); in lv_tabview_create() 302 lv_obj_set_height(ext->indic, btn_h); in lv_tabview_add_tab() 976 lv_obj_set_height(ext->content, lv_obj_get_height(tabview)); in tabview_realign() 999 lv_obj_set_height(ext->btns, lv_obj_get_height(tabview)); in tabview_realign() 1006 lv_obj_set_height(ext->indic, indic_size); in tabview_realign() 1019 lv_obj_set_height(ext->btns, btns_size); in tabview_realign() 1033 … lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign() 1047 … lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign() 1067 lv_obj_set_height(ext->btns, lv_obj_get_height(tabview)); in tabview_realign() [all …]
|
A D | lv_page.h | 221 lv_obj_set_height(lv_page_get_scrl(page), h); in lv_page_set_scrl_height()
|
A D | lv_imgbtn.c | 384 lv_obj_set_height(imgbtn, header.h); in refr_img()
|
A D | lv_ddlist.c | 840 lv_obj_set_height(ddlist, new_height); in lv_ddlist_refr_size() 906 lv_obj_set_height(ddlist, height); in lv_ddlist_adjust_height()
|
A D | lv_mbox.c | 214 a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_height; in lv_mbox_start_auto_close()
|
A D | lv_ta.c | 695 lv_obj_set_height(ta, font_h + style_ta->body.padding.top + style_ta->body.padding.bottom + in lv_ta_set_one_line() 708 lv_obj_set_height(ta, LV_TA_DEF_HEIGHT); in lv_ta_set_one_line() 1331 … lv_obj_set_height(ta, font_h + style_ta->body.padding.top + style_ta->body.padding.bottom + in lv_ta_signal()
|
A D | lv_roller.c | 661 …lv_obj_set_height(lv_page_get_scrl(roller), lv_obj_get_height(ext->ddlist.label) + lv_obj_get_heig… in refr_height()
|
A D | lv_label.c | 1114 lv_obj_set_height(label, size.y); in lv_label_refr_text()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.h | 381 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h);
|
A D | lv_obj.c | 744 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h) in lv_obj_set_height() function
|
Completed in 22 milliseconds