Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_margin_bottom (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_grid.c34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); in obj_set_margin()
97 lv_obj_set_style_margin_bottom(o, i * 5 + j * 5, LV_PART_MAIN); in test_grid()
Dtest_margin_align.c34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); in obj_set_margin()
Dtest_margin_flex.c34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); in obj_set_margin()
/lvgl-latest/src/core/
Dlv_obj_style.h221 lv_obj_set_style_margin_bottom(obj, value, selector); in lv_obj_set_style_margin_all()
233 lv_obj_set_style_margin_bottom(obj, value, selector); in lv_obj_set_style_margin_ver()
Dlv_obj_style_gen.c253 void lv_obj_set_style_margin_bottom(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_margin_bottom() function
Dlv_obj_style_gen.h796 void lv_obj_set_style_margin_bottom(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c493 lv_obj_set_style_margin_bottom(chart, 24, 0); in chart_create()