Home
last modified time | relevance | path

Searched refs:lv_cont_get_layout (Results 1 – 4 of 4) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_cont.c182 lv_layout_t lv_cont_get_layout(const lv_obj_t * cont) in lv_cont_get_layout() function
313 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_refr_layout()
348 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_col()
398 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_row()
491 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_pretty()
Dlv_cont.h183 lv_layout_t lv_cont_get_layout(const lv_obj_t * cont);
Dlv_btn.h175 return lv_cont_get_layout(btn); in lv_btn_get_layout()
Dlv_page.h324 return lv_cont_get_layout(lv_page_get_scrollable(page)); in lv_page_get_scrl_layout()