Searched refs:space_bottom (Results 1 – 2 of 2) sorted by relevance
152 int32_t space_bottom = lv_obj_get_style_space_bottom(obj, LV_PART_MAIN); in lv_obj_get_scroll_bottom() local155 child_res -= (obj->coords.y2 - space_bottom); in lv_obj_get_scroll_bottom()159 self_h = self_h - (lv_obj_get_height(obj) - space_top - space_bottom); in lv_obj_get_scroll_bottom()
1184 int32_t space_bottom = lv_obj_get_style_space_bottom(obj, LV_PART_MAIN); in calc_content_height() local1187 self_h = lv_obj_get_self_height(obj) + space_top + space_bottom; in calc_content_height()1227 return LV_MAX(self_h, child_res + space_bottom); in calc_content_height()