Searched refs:lv_obj_report_style_change (Results 1 – 7 of 7) sorted by relevance
102 void lv_obj_report_style_change(lv_style_t * style);
153 void lv_obj_report_style_change(lv_style_t * style) in lv_obj_report_style_change() function
167 lv_obj_report_style_change(&bar_style); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
164 lv_obj_report_style_change(NULL); in lv_theme_basic_init()
192 if(disp == NULL || lv_disp_get_theme(disp) == &theme) lv_obj_report_style_change(NULL); in lv_theme_mono_init()
676 if(disp == NULL || lv_disp_get_theme(disp) == &theme) lv_obj_report_style_change(NULL); in lv_theme_default_init()
218 …to see if they use a style and refresh them when needed, call `lv_obj_report_style_change(&style)`…