Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_arc.c36 lv_obj_set_style_layout(active_screen, LV_LAYOUT_NONE, 0); in tearDown()
/lvgl-latest/src/layouts/flex/
Dlv_flex.c104 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/
Dlv_file_explorer.c360 lv_obj_set_style_layout(explorer->cont, LV_LAYOUT_FLEX, 0); in init_style()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c154 lv_obj_set_style_layout(obj, LV_LAYOUT_GRID, 0); in lv_obj_set_grid_dsc_array()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c765 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
Dlv_obj_pos.c265 lv_obj_set_style_layout(obj, layout, 0); in lv_obj_set_layout()
Dlv_obj_style_gen.h860 void lv_obj_set_style_layout(lv_obj_t * obj, uint16_t value, lv_style_selector_t selector);