Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_tabview.c121 lv_obj_set_height(ext->btns, 3 * LV_DPI / 4); in lv_tabview_create()
132lv_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()
1033lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign()
1047lv_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 Dlv_page.h221 lv_obj_set_height(lv_page_get_scrl(page), h); in lv_page_set_scrl_height()
A Dlv_imgbtn.c384 lv_obj_set_height(imgbtn, header.h); in refr_img()
A Dlv_ddlist.c840 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 Dlv_mbox.c214 a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_height; in lv_mbox_start_auto_close()
A Dlv_ta.c695 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()
1331lv_obj_set_height(ta, font_h + style_ta->body.padding.top + style_ta->body.padding.bottom + in lv_ta_signal()
A Dlv_roller.c661lv_obj_set_height(lv_page_get_scrl(roller), lv_obj_get_height(ext->ddlist.label) + lv_obj_get_heig… in refr_height()
A Dlv_label.c1114 lv_obj_set_height(label, size.y); in lv_label_refr_text()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h381 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h);
A Dlv_obj.c744 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h) in lv_obj_set_height() function

Completed in 22 milliseconds