/lvgl-3.7.0/examples/layouts/flex/ |
D | lv_example_flex_3.c | 19 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/ |
D | lv_demo_keypad_encoder.c | 138 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/ |
D | lv_example_btn_1.c | 32 lv_obj_set_height(btn2, LV_SIZE_CONTENT); in lv_example_btn_1()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 224 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/ |
D | lv_example_span_1.c | 17 lv_obj_set_height(spans, 300); in lv_example_span_1()
|
/lvgl-3.7.0/examples/widgets/table/ |
D | lv_example_table_1.c | 57 lv_obj_set_height(table, 200); in lv_example_table_1()
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_main.c | 480 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/ |
D | test_style.c | 9 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/ |
D | lv_calendar_header_arrow.c | 76 lv_obj_set_height(mo_prev, lv_pct(100)); in my_constructor()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_pos.h | 113 void lv_obj_set_height(struct _lv_obj_t * obj, lv_coord_t h);
|
D | lv_obj_pos.c | 220 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/ |
D | lv_example_anim_timeline_1.c | 20 lv_obj_set_height((lv_obj_t *)var, v); in set_height()
|
/lvgl-3.7.0/docs/overview/ |
D | coords.md | 156 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/ |
D | lv_imgbtn.c | 314 lv_obj_set_height(obj, header.h); /*Keep the user defined width*/ in refr_img()
|
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 248 lv_obj_set_height(cont, LV_PCT(100)); in lv_tabview_constructor()
|
/lvgl-3.7.0/src/extra/widgets/span/ |
D | lv_span.c | 314 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/ |
D | obj.md | 23 …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/ |
D | lv_menu.c | 498 lv_obj_set_height(main_cont, LV_PCT(100)); in lv_menu_constructor()
|
/lvgl-3.7.0/src/widgets/ |
D | lv_roller.c | 198 … lv_obj_set_height(obj, (lv_font_get_line_height(font) + line_space) * row_cnt + 2 * border_width); in lv_roller_set_visible_row_count()
|
D | lv_dropdown.c | 515 lv_obj_set_height(dropdown->list, list_h); in lv_dropdown_open()
|
D | lv_textarea.c | 483 lv_obj_set_height(obj, LV_SIZE_CONTENT); in lv_textarea_set_one_line()
|