Searched refs:lv_obj_set_style_pad_all (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/examples/anim/ |
D | lv_example_anim_3.c | 44 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/ |
D | lv_obj_style.h | 205 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/ |
D | test_table.c | 157 lv_obj_set_style_pad_all(table, 10, LV_PART_ITEMS); in test_table_rendering()
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_main.c | 392 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/ |
D | lv_ime_pinyin.c | 585 lv_obj_set_style_pad_all(pinyin_ime->cand_panel, 8, 0); in lv_ime_pinyin_constructor()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 1008 lv_obj_set_style_pad_all(btn, 10, 0); in color_changer_create()
|