Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_border_opa (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c87 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
140 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
198 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
217 lv_obj_set_style_border_opa(dropdown, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
256 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
Dlv_demo_smartwatch_list.c176 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
217 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
Dlv_demo_smartwatch_weather.c141 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily()
193 lv_obj_set_style_border_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
204 lv_obj_set_style_border_opa(hour_label, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
Dlv_demo_smartwatch.c427 lv_obj_set_style_border_opa(dialog_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
443 lv_obj_set_style_border_opa(dialog_title, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
Dlv_demo_smartwatch_notifications.c118 lv_obj_set_style_border_opa(notification_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
Dlv_demo_smartwatch_home.c402 lv_obj_set_style_border_opa(alert_panel, 240, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c156 lv_obj_set_style_border_opa(btnm, LV_OPA_20, LV_PART_ITEMS); in tabs_create()
157 lv_obj_set_style_border_opa(btnm, LV_OPA_COVER, LV_PART_ITEMS | LV_STATE_FOCUSED); in tabs_create()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c346 lv_obj_set_style_border_opa(bar, LV_OPA_70, LV_PART_INDICATOR); in styled_bar_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c150 lv_obj_set_style_border_opa(apps, 8 * 255 / 100, 0); in lv_demo_high_res_home()
Dlv_demo_high_res_top_margin.c257 lv_obj_set_style_border_opa(perfmon, LV_OPA_TRANSP, 0); in create_perfmon()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c397 void lv_obj_set_style_border_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_border_opa() function
Dlv_obj_style_gen.h814 void lv_obj_set_style_border_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);