Searched refs:bg_color_primary (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 58 lv_style_t bg_color_primary; member 355 style_init_reset(&theme->styles.bg_color_primary); in style_init() 356 lv_style_set_bg_color(&theme->styles.bg_color_primary, theme->base.color_primary); in style_init() 357 lv_style_set_text_color(&theme->styles.bg_color_primary, lv_color_white()); in style_init() 358 lv_style_set_bg_opa(&theme->styles.bg_color_primary, LV_OPA_COVER); in style_init() 810 lv_obj_add_style(obj, &theme->styles.bg_color_primary, 0); in theme_apply() 859 lv_obj_add_style(obj, &theme->styles.bg_color_primary, LV_PART_ITEMS | LV_STATE_CHECKED); in theme_apply() 871 lv_obj_add_style(obj, &theme->styles.bg_color_primary, LV_PART_INDICATOR); in theme_apply() 882 lv_obj_add_style(obj, &theme->styles.bg_color_primary, LV_PART_INDICATOR); in theme_apply() 906 lv_obj_add_style(obj, &theme->styles.bg_color_primary, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply() [all …]
|