Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.h186 lv_fit_t lv_cont_get_fit_bottom(const lv_obj_t * cont);
A Dlv_btn.h287 return lv_cont_get_fit_bottom(btn); in lv_btn_get_fit_bottom()
A Dlv_page.h348 return lv_cont_get_fit_bottom(lv_page_get_scrl(page)); in lv_page_get_scrl_fit_bottom()
A Dlv_ddlist.c234 lv_cont_set_fit2(ddlist, LV_FIT_TIGHT, lv_cont_get_fit_bottom(ddlist)); in lv_ddlist_set_fix_width()
236 lv_cont_set_fit2(ddlist, LV_FIT_NONE, lv_cont_get_fit_bottom(ddlist)); in lv_ddlist_set_fix_width()
A Dlv_cont.c217 lv_fit_t lv_cont_get_fit_bottom(const lv_obj_t * cont) in lv_cont_get_fit_bottom() function

Completed in 8 milliseconds