Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_pos.h148 bool lv_obj_is_layout_positioned(const lv_obj_t * obj);
Dlv_obj.c237 bool was_on_layout = lv_obj_is_layout_positioned(obj); in lv_obj_add_flag()
257 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_add_flag()
276 bool was_on_layout = lv_obj_is_layout_positioned(obj); in lv_obj_remove_flag()
292 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_remove_flag()
Dlv_obj_pos.c270 bool lv_obj_is_layout_positioned(const lv_obj_t * obj) in lv_obj_is_layout_positioned() function
615 if(lv_obj_is_layout_positioned(obj)) return; in lv_obj_refr_pos()
1104 if(!lv_obj_is_layout_positioned(child)) { in calc_content_width()
1140 if(!lv_obj_is_layout_positioned(child)) { in calc_content_width()
1197 if(!lv_obj_is_layout_positioned(child)) { in calc_content_height()