Home
last modified time | relevance | path

Searched refs:lv_obj_get_auto_realign (Results 1 – 3 of 3) sorted by relevance

/lvgl-2.7.6/src/lv_core/
Dlv_obj.h1091 bool lv_obj_get_auto_realign(const lv_obj_t * obj);
Dlv_obj.c2440 bool lv_obj_get_auto_realign(const lv_obj_t * obj) in lv_obj_get_auto_realign() function
/lvgl-2.7.6/src/lv_widgets/
Dlv_cont.c784 if(lv_obj_get_auto_realign(cont)) { in lv_cont_refr_autofit()