Searched refs:lv_obj_set_style_layout (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_arc.c | 36 lv_obj_set_style_layout(active_screen, LV_LAYOUT_NONE, 0); in tearDown()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 104 lv_obj_set_style_layout(obj, LV_LAYOUT_FLEX, 0); in lv_obj_set_flex_flow() 113 lv_obj_set_style_layout(obj, LV_LAYOUT_FLEX, 0); in lv_obj_set_flex_align()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 360 lv_obj_set_style_layout(explorer->cont, LV_LAYOUT_FLEX, 0); in init_style()
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 154 lv_obj_set_style_layout(obj, LV_LAYOUT_GRID, 0); in lv_obj_set_grid_dsc_array()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 765 void lv_obj_set_style_layout(lv_obj_t * obj, uint16_t value, lv_style_selector_t selector) in lv_obj_set_style_layout() function
|
D | lv_obj_pos.c | 265 lv_obj_set_style_layout(obj, layout, 0); in lv_obj_set_layout()
|
D | lv_obj_style_gen.h | 860 void lv_obj_set_style_layout(lv_obj_t * obj, uint16_t value, lv_style_selector_t selector);
|