Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_border_side (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/examples/widgets/tabview/
Dlv_example_tabview_2.c18lv_obj_set_style_border_side(tab_buttons, LV_BORDER_SIDE_RIGHT, LV_PART_ITEMS | LV_STATE_CHECKED); in lv_example_tabview_2()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c89 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
142 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
200 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
258 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
Dlv_demo_smartwatch_list.c178 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
219 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
Dlv_demo_smartwatch_weather.c143 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily()
206lv_obj_set_style_border_side(hour_label, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
Dlv_demo_smartwatch_notifications.c120lv_obj_set_style_border_side(notification_item, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEF… in lv_demo_smartwatch_add_notification()
Dlv_demo_smartwatch.c445lv_obj_set_style_border_side(dialog_title, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
/lvgl-latest/demos/render/
Dlv_demo_render.c155 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
162 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
169 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
176 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
183 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
190 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
197 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
205 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view.c90 lv_obj_set_style_border_side(obj, LV_BORDER_SIDE_TOP, 0); in view_create()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c177 lv_obj_set_style_border_side(table, LV_BORDER_SIDE_FULL, LV_PART_ITEMS); in test_table_rendering()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c154 lv_obj_set_style_border_side(btnm, LV_BORDER_SIDE_BOTTOM, LV_PART_ITEMS); in tabs_create()
491 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in chart_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_meter.c453 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in create_widget2()
649 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_NONE, 0); in create_widget3()
Dlv_demo_high_res_home.c147 lv_obj_set_style_border_side(apps, LV_BORDER_SIDE_BOTTOM, 0); in lv_demo_high_res_home()
Dlv_demo_high_res_app_ev_charging.c371 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in create_widget2()
Dlv_demo_high_res_app_thermostat.c180 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in create_widget1()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c413 void lv_obj_set_style_border_side(lv_obj_t * obj, lv_border_side_t value, lv_style_selector_t selec… in lv_obj_set_style_border_side() function
Dlv_obj_style_gen.h816 void lv_obj_set_style_border_side(lv_obj_t * obj, lv_border_side_t value, lv_style_selector_t selec…