Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/get_started/
Dlv_example_get_started_2.c57 lv_obj_remove_style_all(btn); in lv_example_get_started_2()
70 lv_obj_remove_style_all(btn2); /*Remove the styles coming from the theme*/ in lv_example_get_started_2()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_bar.c59 lv_obj_remove_style_all(bar); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
114 lv_obj_remove_style_all(bar); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
163 lv_obj_remove_style_all(bar); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
Dtest_obj_tree.c32 lv_obj_remove_style_all(lv_scr_act()); in test_obj_tree_2()
Dtest_switch.c112 lv_obj_remove_style_all(sw); in test_switch_should_update_extra_draw_size_after_editing_padding()
/lvgl-3.7.0/examples/widgets/bar/
Dlv_example_bar_2.c25 lv_obj_remove_style_all(bar); /*To have a clean start*/ in lv_example_bar_2()
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_2.c45 lv_obj_remove_style_all(container); in lv_example_fragment_2()
80 lv_obj_remove_style_all(content); in sample_fragment_create_obj()
/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c376 lv_obj_remove_style_all(main_cont); /*Make it transparent*/ in create_cont()
398 lv_obj_remove_style_all(placeholder1); in create_cont()
404 lv_obj_remove_style_all(placeholder2); in create_cont()
411 lv_obj_remove_style_all(placeholder3); in create_cont()
479 lv_obj_remove_style_all(cont); in create_title_box()
507 lv_obj_remove_style_all(cont); in create_icon_box()
533 lv_obj_remove_style_all(obj); in create_spectrum_obj()
550 lv_obj_remove_style_all(cont); in create_ctrl_box()
630 lv_obj_remove_style_all(cont); in create_handle()
Dlv_demo_music_list.c113 lv_obj_remove_style_all(list); in _lv_demo_music_list_create()
174 lv_obj_remove_style_all(btn); in add_list_btn()
/lvgl-3.7.0/examples/widgets/slider/
Dlv_example_slider_2.c44 lv_obj_remove_style_all(slider); /*Remove the styles coming from the theme*/ in lv_example_slider_2()
/lvgl-3.7.0/examples/event/
Dlv_example_event_4.c56 lv_obj_remove_style_all(cont); in lv_example_event_4()
/lvgl-3.7.0/examples/widgets/btn/
Dlv_example_btn_2.c55lv_obj_remove_style_all(btn1); /*Remove the style coming from the theme*/ in lv_example_btn_2()
/lvgl-3.7.0/src/core/
Dlv_theme.c52 lv_obj_remove_style_all(obj); in lv_theme_apply()
Dlv_obj_style.h92 static inline void lv_obj_remove_style_all(struct _lv_obj_t * obj) in lv_obj_remove_style_all() function
Dlv_obj.c458 lv_obj_remove_style_all(obj); in lv_obj_destructor()
/lvgl-3.7.0/demos/benchmark/
Dlv_demo_benchmark.c677 lv_obj_remove_style_all(scr); in benchmark_init()
687 lv_obj_remove_style_all(scene_bg); in benchmark_init()
1044 lv_obj_remove_style_all(obj); in rect_create()
1061 lv_obj_remove_style_all(obj); in img_create()
1079 lv_obj_remove_style_all(obj); in txt_create()
1104 lv_obj_remove_style_all(obj); in line_create()
1125 lv_obj_remove_style_all(obj); in arc_create()
/lvgl-3.7.0/src/hal/
Dlv_hal_disp.c227 lv_obj_remove_style_all(disp->top_layer); in lv_disp_drv_register()
228 lv_obj_remove_style_all(disp->sys_layer); in lv_disp_drv_register()
/lvgl-3.7.0/docs/overview/
Dcoords.md51 lv_obj_remove_style_all(obj)
64 lv_obj_remove_style_all(obj1); /*It removes the set sizes*/
68 lv_obj_remove_style_all(obj2);
Dstyle.md207 To remove all styles from an object use `lv_obj_remove_style_all(obj)`.
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c979 lv_obj_remove_style_all(color_cont); in color_changer_create()
1185 lv_obj_remove_style_all(cont); in create_shop_item()