Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/anim/
Dlv_example_anim_3.c44 lv_obj_set_style_pad_all(cont, 2, LV_PART_MAIN); in lv_example_anim_3()
140 lv_obj_set_style_pad_all(ginfo.p1_slider, 2, LV_PART_KNOB); in page_obj_init()
141 lv_obj_set_style_pad_all(ginfo.p2_slider, 2, LV_PART_KNOB); in page_obj_init()
155 lv_obj_set_style_pad_all(ginfo.chart, 0, LV_PART_MAIN); in page_obj_init()
/lvgl-3.7.0/src/core/
Dlv_obj_style.h205 static inline void lv_obj_set_style_pad_all(struct _lv_obj_t * obj, lv_coord_t value, lv_style_sele… in lv_obj_set_style_pad_all() function
/lvgl-3.7.0/tests/src/test_cases/
Dtest_table.c157 lv_obj_set_style_pad_all(table, 10, LV_PART_ITEMS); in test_table_rendering()
/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c392 lv_obj_set_style_pad_all(player, 0, 0); in create_cont()
612 lv_obj_set_style_pad_all(slider_obj, 20, LV_PART_KNOB); in create_ctrl_box()
/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c585 lv_obj_set_style_pad_all(pinyin_ime->cand_panel, 8, 0); in lv_ime_pinyin_constructor()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c1008 lv_obj_set_style_pad_all(btn, 10, 0); in color_changer_create()