Searched refs:bg_color_primary_muted (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 52 lv_style_t bg_color_primary_muted; member 350 style_init_reset(&styles->bg_color_primary_muted); in style_init() 351 lv_style_set_bg_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init() 352 lv_style_set_text_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init() 353 lv_style_set_bg_opa(&styles->bg_color_primary_muted, LV_OPA_20); in style_init() 789 … lv_obj_add_style(obj, &styles->bg_color_primary_muted, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply() 800 … lv_obj_add_style(obj, &styles->bg_color_primary_muted, LV_PART_ITEMS | LV_STATE_CHECKED); in theme_apply() 836 lv_obj_add_style(obj, &styles->bg_color_primary_muted, 0); in theme_apply() 847 lv_obj_add_style(obj, &styles->bg_color_primary_muted, 0); in theme_apply() 1037 lv_obj_add_style(obj, &styles->bg_color_primary_muted, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply() [all …]
|