Home
last modified time | relevance | path

Searched refs:lv_obj_set_width (Results 1 – 25 of 40) sorted by relevance

12

/lvgl-3.5.0/examples/widgets/label/
Dlv_example_label_3.c12 lv_obj_set_width(ltr_label, 310); in lv_example_label_3()
20 lv_obj_set_width(rtl_label, 310); in lv_example_label_3()
27 lv_obj_set_width(cz_label, 310); in lv_example_label_3()
Dlv_example_label_1.c14 lv_obj_set_width(label1, 150); /*Set smaller width to make the lines wrap*/ in lv_example_label_1()
20 lv_obj_set_width(label2, 150); in lv_example_label_1()
Dlv_example_label_5.c24 lv_obj_set_width(label1, 150); in lv_example_label_5()
/lvgl-3.5.0/examples/widgets/textarea/
Dlv_example_textarea_2.c15 lv_obj_set_width(pwd_ta, lv_pct(40)); in lv_example_textarea_2()
28 lv_obj_set_width(text_ta, lv_pct(40)); in lv_example_textarea_2()
/lvgl-3.5.0/examples/widgets/roller/
Dlv_example_roller_2.c32 lv_obj_set_width(roller, 100); in lv_example_roller_2()
52 lv_obj_set_width(roller, 80); in lv_example_roller_2()
/lvgl-3.5.0/examples/others/gridnav/
Dlv_example_gridnav_3.c56 lv_obj_set_width(label, lv_pct(100)); in lv_example_gridnav_3()
84 lv_obj_set_width(label, lv_pct(100)); in lv_example_gridnav_3()
Dlv_example_gridnav_1.c47 lv_obj_set_width(label, lv_pct(100)); in lv_example_gridnav_1()
/lvgl-3.5.0/examples/scroll/
Dlv_example_scroll_5.c18 lv_obj_set_width(label, 400); in lv_example_scroll_5()
Dlv_example_scroll_6.c67 lv_obj_set_width(btn, lv_pct(100)); in lv_example_scroll_6()
/lvgl-3.5.0/examples/get_started/
Dlv_example_get_started_3.c22 lv_obj_set_width(slider, 200); /*Set the width*/ in lv_example_get_started_3()
/lvgl-3.5.0/examples/widgets/spinbox/
Dlv_example_spinbox_1.c30 lv_obj_set_width(spinbox, 100); in lv_example_spinbox_1()
/lvgl-3.5.0/examples/others/ime/
Dlv_example_ime_pinyin_1.c52 lv_obj_set_width(cz_label, 310); in lv_example_ime_pinyin_1()
Dlv_example_ime_pinyin_2.c54 lv_obj_set_width(cz_label, 310); in lv_example_ime_pinyin_2()
/lvgl-3.5.0/src/extra/widgets/msgbox/
Dlv_msgbox.c93 else lv_obj_set_width(mbox->title, LV_PCT(100)); in lv_msgbox_create()
115 lv_obj_set_width(mbox->text, lv_pct(100)); in lv_msgbox_create()
/lvgl-3.5.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c146 lv_obj_set_width(ta1, LV_PCT(100)); in text_input_create()
151 lv_obj_set_width(ta2, LV_PCT(100)); in text_input_create()
/lvgl-3.5.0/examples/widgets/span/
Dlv_example_span_1.c16 lv_obj_set_width(spans, 300); in lv_example_span_1()
/lvgl-3.5.0/src/extra/widgets/list/
Dlv_list.c72 lv_obj_set_width(obj, LV_PCT(100)); in lv_list_add_text()
/lvgl-3.5.0/src/extra/widgets/win/
Dlv_win.c106 lv_obj_set_width(cont, LV_PCT(100)); in lv_win_constructor()
/lvgl-3.5.0/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c79 lv_obj_set_width(mo_prev, btn_size); in my_constructor()
/lvgl-3.5.0/src/core/
Dlv_obj_pos.h101 void lv_obj_set_width(struct _lv_obj_t * obj, lv_coord_t w);
/lvgl-3.5.0/examples/others/msg/
Dlv_example_msg_2.c27 lv_obj_set_width(ta, 200); in lv_example_msg_2()
/lvgl-3.5.0/examples/widgets/list/
Dlv_example_list_2.c127 lv_obj_set_width(btn, lv_pct(50)); in lv_example_list_2()
/lvgl-3.5.0/tests/src/test_cases/
Dtest_dropdown.c64 lv_obj_set_width(dd1, 200); in test_dropdown_set_options()
331 lv_obj_set_width(dd2, 200); in test_dropdown_render_1()
/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c307 lv_obj_set_width(slider1, LV_PCT(95)); in profile_create()
418 lv_obj_set_width(log_out_btn, 120); in profile_create()
419 lv_obj_set_width(invite_btn, 120); in profile_create()
861 lv_obj_set_width(chart3, lv_obj_get_content_width(panel1) - 20); in shop_create()
882 lv_obj_set_width(chart3, LV_PCT(95)); in shop_create()
1023 lv_obj_set_width(obj, w); in color_changer_anim_cb()
1028 lv_obj_set_width(obj, w); in color_changer_anim_cb()
1111 lv_obj_set_width(meter, LV_PCT(100)); in create_meter_box()
/lvgl-3.5.0/examples/anim/
Dlv_example_anim_timeline_1.c15 lv_obj_set_width((lv_obj_t *)var, v); in set_width()

12