Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_border_width (Results 1 – 25 of 38) sorted by relevance

12

/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view.c68 lv_obj_set_style_border_width(obj, 0, 0); in view_create()
88 lv_obj_set_style_border_width(obj, 2, 0); in view_create()
120 lv_obj_set_style_border_width(btn, 0, LV_PART_MAIN); in btn_create()
Dlv_demo_flex_layout_view_ctrl_pad.c202 lv_obj_set_style_border_width(spinbox, 0, LV_PART_MAIN); in spinbox_ctrl_create()
/lvgl-latest/tests/src/test_cases/
Dtest_margin_flex.c45 lv_obj_set_style_border_width(obj0, 0, LV_PART_MAIN); in test_flex()
60 lv_obj_set_style_border_width(o, 0, LV_PART_MAIN); in test_flex()
Dtest_grid_fr.c40 lv_obj_set_style_border_width(child, 0, LV_PART_MAIN); in test_grid_fr()
Dtest_margin_align.c46 lv_obj_set_style_border_width(obj0, 0, LV_PART_MAIN); in test_align()
Dtest_align_flex.c23 lv_obj_set_style_border_width(obj, 0, LV_PART_MAIN); in simple_style()
Dtest_margin_grid.c88 lv_obj_set_style_border_width(o, 0, LV_PART_MAIN); in test_grid()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c125 lv_obj_set_style_border_width(qr_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_qr_list_add()
142 lv_obj_set_style_border_width(qr_image, 5, 0); in lv_demo_smartwatch_qr_list_add()
180 lv_obj_set_style_border_width(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
Dlv_demo_smartwatch_settings.c88 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
141 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
199 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
218 lv_obj_set_style_border_width(dropdown, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
257 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
483 lv_obj_set_style_border_width(settings_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
Dlv_demo_smartwatch_weather.c142 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily()
194 lv_obj_set_style_border_width(panel, info ? 0 : 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
205 lv_obj_set_style_border_width(hour_label, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
269 lv_obj_set_style_border_width(weather_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
324 lv_obj_set_style_border_width(weather_forecast_daily, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
352 lv_obj_set_style_border_width(weather_forecast_hourly, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
Dlv_demo_smartwatch_list.c177 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
218 lv_obj_set_style_border_width(panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
260 lv_obj_set_style_border_width(app_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
Dlv_demo_smartwatch_notifications.c119 lv_obj_set_style_border_width(notification_item, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
329 lv_obj_set_style_border_width(message_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
371 lv_obj_set_style_border_width(message_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
Dlv_demo_smartwatch_home.c285 lv_obj_set_style_border_width(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
324 lv_obj_set_style_border_width(clock_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
403 lv_obj_set_style_border_width(alert_panel, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
439 lv_obj_set_style_border_width(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
459 lv_obj_set_style_border_width(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
Dlv_demo_smartwatch.c409 lv_obj_set_style_border_width(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
428 lv_obj_set_style_border_width(dialog_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
444 lv_obj_set_style_border_width(dialog_title, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
488 lv_obj_set_style_border_width(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
/lvgl-latest/examples/libs/qrcode/
Dlv_example_qrcode_1.c25 lv_obj_set_style_border_width(qr, 5, 0); in lv_example_qrcode_1()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_qrcode.c41 lv_obj_set_style_border_width(qr, 5, 0); in test_barcode_normal()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c354 lv_obj_set_style_border_width(explorer->cont, 0, 0); in init_style()
364 lv_obj_set_style_border_width(explorer->head_area, 0, 0); in init_style()
372 lv_obj_set_style_border_width(explorer->quick_access_area, 1, 0); in init_style()
381 lv_obj_set_style_border_width(explorer->browser_area, 0, 0); in init_style()
389 lv_obj_set_style_border_width(explorer->file_table, 0, 0); in init_style()
394 lv_obj_set_style_border_width(explorer->list_device, 0, 0); in init_style()
399 lv_obj_set_style_border_width(explorer->list_places, 0, 0); in init_style()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c152 lv_obj_set_style_border_width(btnm, 1, LV_PART_ITEMS); in tabs_create()
153 lv_obj_set_style_border_width(btnm, 2, LV_PART_ITEMS | LV_STATE_FOCUSED); in tabs_create()
489 lv_obj_set_style_border_width(chart, 2, LV_PART_INDICATOR); in chart_create()
490 lv_obj_set_style_border_width(chart, 1, 0); in chart_create()
Dlv_demo_ebike_settings.c121 lv_obj_set_style_border_width(slider, 4, LV_PART_KNOB); in slider_create()
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_touchscreen.c109 lv_obj_set_style_border_width(cursor_obj, 2, 0); in indev_set_cursor()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c296 lv_obj_set_style_border_width(bar, 0, 0); in create_widget1()
306 lv_obj_set_style_border_width(bar, 0, 0); in create_widget1()
369 lv_obj_set_style_border_width(chart, 2, 0); in create_widget2()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c179 lv_obj_set_style_border_width(table, 5, LV_PART_ITEMS); in test_table_rendering()
Dtest_bar.c344 lv_obj_set_style_border_width(bar, 2, LV_PART_INDICATOR); in styled_bar_create()
/lvgl-latest/demos/render/
Dlv_demo_render.c121 lv_obj_set_style_border_width(obj, 3, 0); in border_obj_create()
199 lv_obj_set_style_border_width(obj, 10, 0); in border_cb()
207 lv_obj_set_style_border_width(obj, 10, 0); in border_cb()
644 lv_obj_set_style_border_width(obj, 3, 0); in layer_obj_create()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c411 lv_obj_set_style_border_width(player, 0, 0); in create_cont()
672 lv_obj_set_style_border_width(handle_rect, 0, 0); in create_handle()

12