Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/observer/
Dlv_example_observer_6.c79 lv_obj_report_style_change(&styles->style_main); in my_panel_style_observer_cb()
80 lv_obj_report_style_change(&styles->style_scrollbar); in my_panel_style_observer_cb()
153 lv_obj_report_style_change(&styles->style_main); in my_button_style_observer_cb()
154 lv_obj_report_style_change(&styles->style_pressed); in my_button_style_observer_cb()
/lvgl-latest/examples/libs/tiny_ttf/
Dlv_example_tiny_ttf_3.c55 lv_obj_report_style_change(style); in font_size_observer_cb()
/lvgl-latest/src/core/
Dlv_obj_style.h101 void lv_obj_report_style_change(lv_style_t * style);
Dlv_obj_style.c261 void lv_obj_report_style_change(lv_style_t * style) in lv_obj_report_style_change() function
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c172 lv_obj_report_style_change(NULL); in test_font_loader_reload()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c237 lv_obj_report_style_change(&bar_style); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c197 lv_obj_report_style_change(NULL); in lv_theme_simple_init()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c545 lv_obj_report_style_change(&c->styles[i][j]); in theme_observer_cb()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c225 …sp == NULL || lv_display_get_theme(disp) == (lv_theme_t *) theme) lv_obj_report_style_change(NULL); in lv_theme_mono_init()
/lvgl-latest/docs/details/main-components/
Danimation.rst36 …_t` objects (e.g. :ref:`shared styles <style_initialize>`) (``lv_obj_report_style_change`` needs …
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst345 when needed, call :cpp:expr:`lv_obj_report_style_change(&style)`. If ``style``
/lvgl-latest/src/themes/default/
Dlv_theme_default.c686 …isp == NULL || lv_display_get_theme(disp) == (lv_theme_t *)theme) lv_obj_report_style_change(NULL); in lv_theme_default_init()