Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/default/
Dlv_theme_default.c59 lv_style_t bg_color_primary_muted; member
360 style_init_reset(&theme->styles.bg_color_primary_muted); in style_init()
361 lv_style_set_bg_color(&theme->styles.bg_color_primary_muted, theme->base.color_primary); in style_init()
362 lv_style_set_text_color(&theme->styles.bg_color_primary_muted, theme->base.color_primary); in style_init()
363 lv_style_set_bg_opa(&theme->styles.bg_color_primary_muted, LV_OPA_20); in style_init()
799 lv_obj_add_style(obj, &theme->styles.bg_color_primary_muted, LV_STATE_CHECKED); in theme_apply()
867 lv_obj_add_style(obj, &theme->styles.bg_color_primary_muted, 0); in theme_apply()
878 lv_obj_add_style(obj, &theme->styles.bg_color_primary_muted, 0); in theme_apply()
1060 … lv_obj_add_style(obj, &theme->styles.bg_color_primary_muted, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply()
1111 … lv_obj_add_style(obj, &theme->styles.bg_color_primary_muted, LV_STATE_PRESSED | LV_STATE_CHECKED); in theme_apply()
[all …]