Home
last modified time | relevance | path

Searched refs:h_layout (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.6.0/src/extra/layouts/grid/
Dlv_grid.c413 bool auto_h = (h_set == LV_SIZE_CONTENT && !cont->h_layout) ? true : false; in calc()
640 item->h_layout = 0; in item_repos()
645 item->h_layout = 1; in item_repos()
649 item->h_layout = 0; in item_repos()
653 item->h_layout = 0; in item_repos()
/lvgl-3.6.0/src/extra/layouts/flex/
Dlv_flex.c243 if((f.row && h_set == LV_SIZE_CONTENT && cont->h_layout == 0) || in flex_update()
476 item->h_layout = 0; in children_repos()
479 item->h_layout = 1; in children_repos()
496 item->h_layout = 0; in children_repos()
/lvgl-3.6.0/src/core/
Dlv_obj.h190 uint16_t h_layout : 1; member
Dlv_obj_pos.c85 if(obj->w_layout && obj->h_layout) return false; in lv_obj_refr_size()
129 if(obj->h_layout) { in lv_obj_refr_size()
144 if(parent->h_layout == 0 && lv_obj_get_style_height(parent, 0) == LV_SIZE_CONTENT) { in lv_obj_refr_size()
/lvgl-3.6.0/docs/
DCHANGELOG.md270 - fix(flex): be sure obj->w_layout and h_layout can't be set at the same time [`c4c4007`](https:…