Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_cont.h211 lv_fit_t lv_cont_get_fit_bottom(const lv_obj_t * cont);
Dlv_btn.h215 return lv_cont_get_fit_bottom(btn); in lv_btn_get_fit_bottom()
Dlv_page.h364 return lv_cont_get_fit_bottom(lv_page_get_scrollable(page)); in lv_page_get_scrl_fit_bottom()
Dlv_cont.c234 lv_fit_t lv_cont_get_fit_bottom(const lv_obj_t * cont) in lv_cont_get_fit_bottom() function