Home
last modified time | relevance | path

Searched refs:lv_obj_set_size (Results 1 – 25 of 111) sorted by relevance

12345

/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_1.c11 lv_obj_set_size(panel, 200, 200); in lv_example_scroll_1()
19 lv_obj_set_size(child, 70, 70); in lv_example_scroll_1()
26 lv_obj_set_size(child, 80, 80); in lv_example_scroll_1()
29 lv_obj_set_size(child2, 100, 50); in lv_example_scroll_1()
37 lv_obj_set_size(child, 100, 70); in lv_example_scroll_1()
Dlv_example_scroll_3.c30 lv_obj_set_size(list, 280, 220); in lv_example_scroll_3()
40 lv_obj_set_size(float_btn, 50, 50); in lv_example_scroll_3()
Dlv_example_scroll_2.c23 lv_obj_set_size(panel, 280, 120); in lv_example_scroll_2()
31 lv_obj_set_size(btn, 150, lv_pct(100)); in lv_example_scroll_2()
/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_2.c15 lv_obj_set_size(cont, 300, 220); in lv_example_grid_2()
23 lv_obj_set_size(obj, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_grid_2()
31 lv_obj_set_size(obj, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_grid_2()
39 lv_obj_set_size(obj, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_grid_2()
47 lv_obj_set_size(obj, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_grid_2()
55 lv_obj_set_size(obj, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_grid_2()
/lvgl-3.7.0/examples/layouts/flex/
Dlv_example_flex_1.c11 lv_obj_set_size(cont_row, 300, 75); in lv_example_flex_1()
17 lv_obj_set_size(cont_col, 200, 150); in lv_example_flex_1()
28 lv_obj_set_size(obj, 100, LV_PCT(100)); in lv_example_flex_1()
36 lv_obj_set_size(obj, LV_PCT(100), LV_SIZE_CONTENT); in lv_example_flex_1()
Dlv_example_flex_3.c10 lv_obj_set_size(cont, 300, 220); in lv_example_flex_3()
16 lv_obj_set_size(obj, 40, 40); /*Fix size*/ in lv_example_flex_3()
27lv_obj_set_size(obj, 40, 40); /*Fix size. It is flushed to the right by the "grow" items… in lv_example_flex_3()
Dlv_example_flex_4.c11 lv_obj_set_size(cont, 300, 220); in lv_example_flex_4()
18 lv_obj_set_size(obj, 100, 50); in lv_example_flex_4()
Dlv_example_flex_6.c12 lv_obj_set_size(cont, 300, 220); in lv_example_flex_6()
19 lv_obj_set_size(obj, 70, LV_SIZE_CONTENT); in lv_example_flex_6()
Dlv_example_flex_2.c16 lv_obj_set_size(cont, 300, 220); in lv_example_flex_2()
23 lv_obj_set_size(obj, 70, LV_SIZE_CONTENT); in lv_example_flex_2()
Dlv_example_flex_5.c20 lv_obj_set_size(cont, 300, 220); in lv_example_flex_5()
27 lv_obj_set_size(obj, 70, LV_SIZE_CONTENT); in lv_example_flex_5()
/lvgl-3.7.0/examples/others/gridnav/
Dlv_example_gridnav_1.c18 lv_obj_set_size(cont1, lv_pct(50), lv_pct(100)); in lv_example_gridnav_1()
29 lv_obj_set_size(obj, 70, LV_SIZE_CONTENT); in lv_example_gridnav_1()
43 lv_obj_set_size(cont2, lv_pct(50), lv_pct(100)); in lv_example_gridnav_1()
55 lv_obj_set_size(ta, lv_pct(100), 80); in lv_example_gridnav_1()
Dlv_example_gridnav_3.c34 lv_obj_set_size(cont_main, lv_pct(80), LV_SIZE_CONTENT); in lv_example_gridnav_3()
51 lv_obj_set_size(cont_sub1, lv_pct(100), 100); in lv_example_gridnav_3()
79 lv_obj_set_size(cont_sub2, lv_pct(100), LV_SIZE_CONTENT); in lv_example_gridnav_3()
Dlv_example_gridnav_2.c14 lv_obj_set_size(list1, lv_pct(45), lv_pct(80)); in lv_example_gridnav_2()
30 lv_obj_set_size(list2, lv_pct(45), lv_pct(80)); in lv_example_gridnav_2()
/lvgl-3.7.0/examples/styles/
Dlv_example_style_15.c14 lv_obj_set_size(btn, 100, 40); in lv_example_style_15()
24 lv_obj_set_size(btn, 100, 40); in lv_example_style_15()
35 lv_obj_set_size(btn, 100, 40); in lv_example_style_15()
/lvgl-3.7.0/examples/widgets/chart/
Dlv_example_chart_5.c72 lv_obj_set_size(chart, 200, 150); in lv_example_chart_5()
89 lv_obj_set_size(slider, 200, 10); in lv_example_chart_5()
95 lv_obj_set_size(slider, 10, 150); in lv_example_chart_5()
/lvgl-3.7.0/demos/stress/
Dlv_demo_stress.c98 lv_obj_set_size(main_page, LV_HOR_RES / 2, LV_VER_RES); in obj_test_timer_cb()
102 lv_obj_set_size(obj, 100, 70); in obj_test_timer_cb()
109 lv_obj_set_size(obj, LV_HOR_RES / 2, LV_VER_RES / 2); in obj_test_timer_cb()
115 lv_obj_set_size(c, 150, 150); in obj_test_timer_cb()
128 lv_obj_set_size(obj, 200, 70); in obj_test_timer_cb()
153 lv_obj_set_size(ta, LV_HOR_RES / 3, LV_VER_RES / 4); in obj_test_timer_cb()
159 lv_obj_set_size(obj, 100, 70); in obj_test_timer_cb()
200 lv_obj_set_size(obj, LV_HOR_RES / 2, LV_VER_RES / 2); in obj_test_timer_cb()
274 lv_obj_set_size(tv, 200, 200); in obj_test_timer_cb()
/lvgl-3.7.0/examples/widgets/bar/
Dlv_example_bar_5.c12 lv_obj_set_size(bar_ltr, 200, 20); in lv_example_bar_5()
22 lv_obj_set_size(bar_rtl, 200, 20); in lv_example_bar_5()
/lvgl-3.7.0/src/extra/widgets/win/
Dlv_win.c68 lv_obj_set_size(btn, btn_w, LV_PCT(100)); in lv_win_add_btn()
95 lv_obj_set_size(obj, lv_obj_get_width(parent), lv_obj_get_height(parent)); in lv_win_constructor()
99 lv_obj_set_size(header, LV_PCT(100), create_header_height); in lv_win_constructor()
/lvgl-3.7.0/examples/event/
Dlv_example_event_3.c26 lv_obj_set_size(cont, 290, 200); in lv_example_event_3()
33 lv_obj_set_size(btn, 80, 50); in lv_example_event_3()
/lvgl-3.7.0/examples/widgets/keyboard/
Dlv_example_keyboard_1.c31 lv_obj_set_size(ta, 140, 80); in lv_example_keyboard_1()
36 lv_obj_set_size(ta, 140, 80); in lv_example_keyboard_1()
/lvgl-3.7.0/examples/widgets/tileview/
Dlv_example_tileview_1.c27 lv_obj_set_size(btn, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in lv_example_tileview_1()
33 lv_obj_set_size(list, LV_PCT(100), LV_PCT(100)); in lv_example_tileview_1()
/lvgl-3.7.0/examples/widgets/spinbox/
Dlv_example_spinbox_1.c34 lv_obj_set_size(btn, h, h); in lv_example_spinbox_1()
40 lv_obj_set_size(btn, h, h); in lv_example_spinbox_1()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_bar.c63 lv_obj_set_size(bar, bar_width, bar_height); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
118 lv_obj_set_size(bar, bar_width, bar_height); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
160 lv_obj_set_size(bar, 100, 50); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
234 lv_obj_set_size(bar, 100, 50); in test_bar_indicator_should_be_drawn_towards_the_min_range_side_after_setting_a_more_negative_value()
Dtest_arc.c129 lv_obj_set_size(arc, 100, 100); in test_arc_click_area_with_adv_hittest()
167 lv_obj_set_size(arc, 100, 100); in test_arc_click_sustained_from_start_to_end_does_not_set_value_to_max()
203 lv_obj_set_size(arc, 100, 100); in test_arc_basic_render()
/lvgl-3.7.0/examples/widgets/menu/
Dlv_example_menu_4.c35 lv_obj_set_size(menu, lv_disp_get_hor_res(NULL), lv_disp_get_ver_res(NULL)); in lv_example_menu_4()
60 lv_obj_set_size(float_btn, 50, 50); in lv_example_menu_4()

12345