Searched refs:lv_obj_set_style_border_opa (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_settings.c | 87 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()
|
D | lv_demo_smartwatch_list.c | 176 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()
|
D | lv_demo_smartwatch_weather.c | 141 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()
|
D | lv_demo_smartwatch.c | 427 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()
|
D | lv_demo_smartwatch_notifications.c | 118 lv_obj_set_style_border_opa(notification_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
|
D | lv_demo_smartwatch_home.c | 402 lv_obj_set_style_border_opa(alert_panel, 240, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 156 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/ |
D | test_bar.c | 346 lv_obj_set_style_border_opa(bar, LV_OPA_70, LV_PART_INDICATOR); in styled_bar_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 150 lv_obj_set_style_border_opa(apps, 8 * 255 / 100, 0); in lv_demo_high_res_home()
|
D | lv_demo_high_res_top_margin.c | 257 lv_obj_set_style_border_opa(perfmon, LV_OPA_TRANSP, 0); in create_perfmon()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 397 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
|
D | lv_obj_style_gen.h | 814 void lv_obj_set_style_border_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|