Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/layouts/flex/
Dlv_example_flex_3.c19 lv_obj_set_height(obj, 40); in lv_example_flex_3()
23 lv_obj_set_height(obj, 40); in lv_example_flex_3()
/lvgl-3.7.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c138 lv_obj_set_height(list, lv_obj_get_content_height(parent)); in selectors_create()
219 lv_obj_set_height(tv, LV_VER_RES / 2); in ta_event_cb()
225 lv_obj_set_height(tv, LV_VER_RES); in ta_event_cb()
/lvgl-3.7.0/examples/widgets/btn/
Dlv_example_btn_1.c32 lv_obj_set_height(btn2, LV_SIZE_CONTENT); in lv_example_btn_1()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c224 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
254 lv_obj_set_height(log_out_btn, LV_SIZE_CONTENT); in profile_create()
262 lv_obj_set_height(invite_btn, LV_SIZE_CONTENT); in profile_create()
274 lv_obj_set_height(panel2, LV_SIZE_CONTENT); in profile_create()
529 lv_obj_set_height(panel3, LV_SIZE_CONTENT); in profile_create()
552 lv_obj_set_height(chart1_cont, LV_PCT(100)); in analytics_create()
594 lv_obj_set_height(chart2_cont, LV_PCT(100)); in analytics_create()
785 lv_obj_set_height(meter1, meter_w); in analytics_create()
786 lv_obj_set_height(meter2, meter_w); in analytics_create()
787 lv_obj_set_height(meter3, meter_w); in analytics_create()
[all …]
/lvgl-3.7.0/examples/widgets/span/
Dlv_example_span_1.c17 lv_obj_set_height(spans, 300); in lv_example_span_1()
/lvgl-3.7.0/examples/widgets/table/
Dlv_example_table_1.c57 lv_obj_set_height(table, 200); in lv_example_table_1()
/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c480 lv_obj_set_height(cont, LV_SIZE_CONTENT); in create_title_box()
488 lv_obj_set_height(title_label, lv_font_get_line_height(font_large) * 3 / 2); in create_title_box()
508 lv_obj_set_height(cont, LV_SIZE_CONTENT); in create_icon_box()
535 lv_obj_set_height(obj, 500); in create_spectrum_obj()
537 lv_obj_set_height(obj, 250); in create_spectrum_obj()
551 lv_obj_set_height(cont, LV_SIZE_CONTENT); in create_ctrl_box()
604 lv_obj_set_height(slider_obj, 3); in create_ctrl_box()
606 lv_obj_set_height(slider_obj, 6); in create_ctrl_box()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c9 lv_obj_set_height((lv_obj_t *)obj, (lv_coord_t)height); in obj_set_height_helper()
/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c76 lv_obj_set_height(mo_prev, lv_pct(100)); in my_constructor()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.h113 void lv_obj_set_height(struct _lv_obj_t * obj, lv_coord_t h);
Dlv_obj_pos.c220 lv_obj_set_height(obj, h); in lv_obj_set_size()
236 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h) in lv_obj_set_height() function
264 lv_obj_set_height(obj, h + ptop + pbottom + 2 * border_width); in lv_obj_set_content_height()
/lvgl-3.7.0/examples/anim/
Dlv_example_anim_timeline_1.c20 lv_obj_set_height((lv_obj_t *)var, v); in set_height()
/lvgl-3.7.0/docs/overview/
Dcoords.md156 lv_obj_set_height(obj, 100);
162 lv_obj_set_height(obj, lv_pct(100));
288 lv_obj_set_height(obj, lv_pct(100));
298 lv_obj_set_height(obj, lv_pct(100));
/lvgl-3.7.0/src/extra/widgets/imgbtn/
Dlv_imgbtn.c314 lv_obj_set_height(obj, header.h); /*Keep the user defined width*/ in refr_img()
/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c248 lv_obj_set_height(cont, LV_PCT(100)); in lv_tabview_constructor()
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c314 lv_obj_set_height(obj, LV_SIZE_CONTENT); in lv_spangroup_refr_mode()
320 lv_obj_set_height(obj, LV_SIZE_CONTENT); in lv_spangroup_refr_mode()
/lvgl-3.7.0/docs/widgets/
Dobj.md23 …ied on individual axes with `lv_obj_set_width(obj, new_width)` and `lv_obj_set_height(obj, new_hei…
/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.c498 lv_obj_set_height(main_cont, LV_PCT(100)); in lv_menu_constructor()
/lvgl-3.7.0/src/widgets/
Dlv_roller.c198lv_obj_set_height(obj, (lv_font_get_line_height(font) + line_space) * row_cnt + 2 * border_width); in lv_roller_set_visible_row_count()
Dlv_dropdown.c515 lv_obj_set_height(dropdown->list, list_h); in lv_dropdown_open()
Dlv_textarea.c483 lv_obj_set_height(obj, LV_SIZE_CONTENT); in lv_textarea_set_one_line()