Searched refs:lv_obj_set_style_border_side (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/examples/widgets/tabview/ |
D | lv_example_tabview_2.c | 18 … lv_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/ |
D | lv_demo_smartwatch_settings.c | 89 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()
|
D | lv_demo_smartwatch_list.c | 178 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()
|
D | lv_demo_smartwatch_weather.c | 143 lv_obj_set_style_border_side(panel, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 206 … lv_obj_set_style_border_side(hour_label, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
|
D | lv_demo_smartwatch_notifications.c | 120 …lv_obj_set_style_border_side(notification_item, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN | LV_STATE_DEF… in lv_demo_smartwatch_add_notification()
|
D | lv_demo_smartwatch.c | 445 …lv_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/ |
D | lv_demo_render.c | 155 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/ |
D | lv_demo_flex_layout_view.c | 90 lv_obj_set_style_border_side(obj, LV_BORDER_SIDE_TOP, 0); in view_create()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_table.c | 177 lv_obj_set_style_border_side(table, LV_BORDER_SIDE_FULL, LV_PART_ITEMS); in test_table_rendering()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 154 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/ |
D | lv_demo_high_res_app_smart_meter.c | 453 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()
|
D | lv_demo_high_res_home.c | 147 lv_obj_set_style_border_side(apps, LV_BORDER_SIDE_BOTTOM, 0); in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_ev_charging.c | 371 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in create_widget2()
|
D | lv_demo_high_res_app_thermostat.c | 180 lv_obj_set_style_border_side(chart, LV_BORDER_SIDE_BOTTOM, 0); in create_widget1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 413 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
|
D | lv_obj_style_gen.h | 816 void lv_obj_set_style_border_side(lv_obj_t * obj, lv_border_side_t value, lv_style_selector_t selec…
|