Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c612 bool has_children = lv_ll_is_empty(&cont->child_ll) ? false : true; in lv_cont_refr_autofit() local
614 if(has_children) { in lv_cont_refr_autofit()
641 …case LV_FIT_FILL: new_area.x1 = has_children ? LV_MATH_MIN(tight_area.x1, flood_area.x1) : flood_a… in lv_cont_refr_autofit()
648 …case LV_FIT_FILL: new_area.x2 = has_children ? LV_MATH_MAX(tight_area.x2, flood_area.x2) : flood_a… in lv_cont_refr_autofit()
655 …case LV_FIT_FILL: new_area.y1 = has_children ? LV_MATH_MIN(tight_area.y1, flood_area.y1) : flood_a… in lv_cont_refr_autofit()
662 …case LV_FIT_FILL: new_area.y2 = has_children ? LV_MATH_MAX(tight_area.y2, flood_area.y2) : flood_a… in lv_cont_refr_autofit()

Completed in 5 milliseconds