Home
last modified time | relevance | path

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

1234

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c131 lv_obj_set_width(panel, lv_pct(85)); in lv_demo_smartwatch_weather_add_daily()
150 lv_obj_set_width(label_day, 68); in lv_demo_smartwatch_weather_add_daily()
160 lv_obj_set_width(icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_daily()
169 lv_obj_set_width(label, 58); in lv_demo_smartwatch_weather_add_daily()
184 lv_obj_set_width(panel, 100); in lv_demo_smartwatch_weather_add_hourly()
197 lv_obj_set_width(hour_label, 80); in lv_demo_smartwatch_weather_add_hourly()
209 lv_obj_set_width(hour_icon, 40); in lv_demo_smartwatch_weather_add_hourly()
218 lv_obj_set_width(temp_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()
225 lv_obj_set_width(humidity_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()
232 lv_obj_set_width(wind_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()
[all …]
Dlv_demo_smartwatch_home.c277 lv_obj_set_width(face_item, 160); in lv_demo_smartwatch_add_watchface()
297 lv_obj_set_width(face_preview, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_watchface()
304 lv_obj_set_width(face_label, 160); in lv_demo_smartwatch_add_watchface()
318 lv_obj_set_width(clock_screen, lv_pct(100)); in create_screen_home()
327 lv_obj_set_width(hour_label, 151); in create_screen_home()
337 lv_obj_set_width(minute_label, LV_SIZE_CONTENT); in create_screen_home()
346 lv_obj_set_width(date_label, 113); in create_screen_home()
357 lv_obj_set_width(weather_icon, LV_SIZE_CONTENT); in create_screen_home()
367 lv_obj_set_width(weather_temperature, LV_SIZE_CONTENT); in create_screen_home()
376 lv_obj_set_width(weekday_label, LV_SIZE_CONTENT); in create_screen_home()
[all …]
Dlv_demo_smartwatch_notifications.c108 lv_obj_set_width(notification_item, lv_pct(90)); in lv_demo_smartwatch_add_notification()
128 lv_obj_set_width(notification_icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_notification()
136 lv_obj_set_width(notification_text, 140); in lv_demo_smartwatch_add_notification()
315 lv_obj_set_width(message_info_panel, lv_pct(100)); in create_screen_notifications()
319 lv_obj_set_width(message_panel, lv_pct(100)); in create_screen_notifications()
337 lv_obj_set_width(message_icon, LV_SIZE_CONTENT); in create_screen_notifications()
344 lv_obj_set_width(message_time, LV_SIZE_CONTENT); in create_screen_notifications()
350 lv_obj_set_width(message_content, 180); in create_screen_notifications()
356 lv_obj_set_width(message_list_panel, lv_pct(100)); in create_screen_notifications()
361 lv_obj_set_width(message_list, lv_pct(100)); in create_screen_notifications()
[all …]
Dlv_demo_smartwatch_settings.c79 lv_obj_set_width(panel, lv_pct(85)); in lv_demo_smartwatch_settings_add_slider()
100 lv_obj_set_width(slider, 123); in lv_demo_smartwatch_settings_add_slider()
109 lv_obj_set_width(icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_settings_add_slider()
117 lv_obj_set_width(label, LV_SIZE_CONTENT); in lv_demo_smartwatch_settings_add_slider()
132 lv_obj_set_width(panel, lv_pct(85)); in lv_demo_smartwatch_settings_add_toggle()
150 lv_obj_set_width(icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_settings_add_toggle()
158 lv_obj_set_width(toggle, 50); in lv_demo_smartwatch_settings_add_toggle()
172 lv_obj_set_width(label, LV_SIZE_CONTENT); in lv_demo_smartwatch_settings_add_toggle()
188 lv_obj_set_width(panel, lv_pct(85)); in lv_demo_smartwatch_settings_add_dropdown()
208 lv_obj_set_width(dropdown, 120); in lv_demo_smartwatch_settings_add_dropdown()
[all …]
Dlv_demo_smartwatch_control.c92 lv_obj_set_width(control_music_play, LV_SIZE_CONTENT); in control_screen_create()
104 lv_obj_set_width(control_music_previous, LV_SIZE_CONTENT); in control_screen_create()
118 lv_obj_set_width(control_music_next, LV_SIZE_CONTENT); in control_screen_create()
132 lv_obj_set_width(control_bluetooth_icon, LV_SIZE_CONTENT); in control_screen_create()
150 lv_obj_set_width(control_brightness, 150); in control_screen_create()
167 lv_obj_set_width(control_brightness_icon, 40); in control_screen_create()
177 lv_obj_set_width(control_volume_up, LV_SIZE_CONTENT); in control_screen_create()
191 lv_obj_set_width(control_volume_down, LV_SIZE_CONTENT); in control_screen_create()
Dlv_demo_smartwatch_list.c168 lv_obj_set_width(panel, lv_pct(90)); in add_external_app()
186 lv_obj_set_width(icon, LV_SIZE_CONTENT); in add_external_app()
194 lv_obj_set_width(label, LV_SIZE_CONTENT); in add_external_app()
209 lv_obj_set_width(panel, lv_pct(90)); in add_app_list()
227 lv_obj_set_width(icon, LV_SIZE_CONTENT); in add_app_list()
235 lv_obj_set_width(label, LV_SIZE_CONTENT); in add_app_list()
250 lv_obj_set_width(app_list, lv_pct(100)); in create_screen_list()
Dlv_demo_smartwatch_qr.c93 lv_obj_set_width(info, lv_pct(75)); in lv_demo_smartwatch_qr_create()
115 lv_obj_set_width(qr_item, lv_pct(85)); in lv_demo_smartwatch_qr_list_add()
129 lv_obj_set_width(qr_icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_qr_list_add()
149 lv_obj_set_width(qr_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_qr_list_add()
168 lv_obj_set_width(qr_panel, lv_pct(100)); in qr_screen_create()
Dlv_demo_smartwatch.c399 lv_obj_set_width(dialog_window, lv_pct(100)); in create_dialog_window()
416 lv_obj_set_width(dialog_panel, lv_pct(80)); in create_dialog_window()
435 lv_obj_set_width(dialog_title, lv_pct(80)); in create_dialog_window()
452 lv_obj_set_width(dialog_message, lv_pct(80)); in create_dialog_window()
459 lv_obj_set_width(dialog_close, lv_pct(60)); in create_dialog_window()
467 lv_obj_set_width(dialog_close_label, LV_SIZE_CONTENT); in create_dialog_window()
480 lv_obj_set_width(hint_panel, lv_pct(100)); in create_scroll_hints()
497 lv_obj_set_width(hint_up, LV_SIZE_CONTENT); in create_scroll_hints()
512 lv_obj_set_width(hint_down, LV_SIZE_CONTENT); in create_scroll_hints()
527 lv_obj_set_width(hint_left, LV_SIZE_CONTENT); in create_scroll_hints()
[all …]
Dlv_demo_smartwatch_easter_egg.c248 lv_obj_set_width(lvgl_logo_black, LV_SIZE_CONTENT); in create_screen_easter_egg()
255 lv_obj_set_width(lvgl_logo_blue, LV_SIZE_CONTENT); in create_screen_easter_egg()
262 lv_obj_set_width(lvgl_logo_red, LV_SIZE_CONTENT); in create_screen_easter_egg()
269 lv_obj_set_width(lvgl_logo_green, LV_SIZE_CONTENT); in create_screen_easter_egg()
/lvgl-latest/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-latest/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-latest/examples/widgets/roller/
Dlv_example_roller_2.c35 lv_obj_set_width(roller, 100); in lv_example_roller_2()
58 lv_obj_set_width(roller, 80); in lv_example_roller_2()
/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c23 lv_obj_set_width(obj, 150); in obj_create()
42 lv_obj_set_width(obj0, 800); in test_align()
Dtest_margin_flex.c23 lv_obj_set_width(obj, 150); in obj_create()
63 lv_obj_set_width(obj0s[0], LV_PCT(50)); in test_flex()
Dtest_margin_grid.c23 lv_obj_set_width(obj, 150); in obj_create()
90 lv_obj_set_width(o, 30); in test_grid()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_2.c38 lv_obj_set_width(slider_brightness, lv_pct(100)); in lv_example_msgbox_2()
49 lv_obj_set_width(slider_speed, lv_pct(100)); in lv_example_msgbox_2()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_3.c55 lv_obj_set_width(label, lv_pct(100)); in lv_example_gridnav_3()
83 lv_obj_set_width(label, lv_pct(100)); in lv_example_gridnav_3()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_5.c17 lv_obj_set_width(label, 400); in lv_example_scroll_5()
/lvgl-latest/examples/get_started/
Dlv_example_get_started_4.c22 lv_obj_set_width(slider, 200); /*Set the width*/ in lv_example_get_started_4()
/lvgl-latest/examples/others/xml/
Dlv_example_xml_2.c42 lv_obj_set_width(slider, 100); in lv_example_xml_2()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c109 lv_obj_set_width(widgets, LV_PCT(100)); in lv_demo_high_res_app_smart_home()
150 lv_obj_set_width(top_label, LV_PCT(100)); in create_widget1()
215 lv_obj_set_width(top_label, LV_PCT(100)); in create_widget_charging()
221 lv_obj_set_width(arc_cont, LV_PCT(100)); in create_widget_charging()
250 lv_obj_set_width(num_label_cont, LV_PCT(100)); in create_widget_charging()
267 lv_obj_set_width(time_to_full_label, LV_PCT(100)); in create_widget_charging()
298 lv_obj_set_width(top_label, LV_PCT(100)); in create_widget2()
431 lv_obj_set_width(temperature_box, LV_PCT(100)); in create_widget4()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_imagebutton.c33 lv_obj_set_width(imagebutton1, 100); in test_imagebutton_basic_appearance()
Dtest_label.c155 lv_obj_set_width(long_label, 150); in test_label_long_text_get_letter_pos_align_left()
282 lv_obj_set_width(long_label, 150); in test_label_long_text_get_letter_pos_align_right()
409 lv_obj_set_width(long_label, 150); in test_label_long_text_get_letter_pos_align_center()
600 lv_obj_set_width(test_label1, 600); in test_label_max_width()
607 lv_obj_set_width(test_label2, 600); in test_label_max_width()
650 lv_obj_set_width(label1, 150); in test_label_scroll_mid_update()
656 lv_obj_set_width(label2, 150); in test_label_scroll_mid_update()

1234