Searched refs:self_h (Results 1 – 2 of 2) sorted by relevance
155 lv_coord_t self_h = lv_obj_get_self_height(obj); in lv_obj_get_scroll_bottom() local156 self_h = self_h - (lv_obj_get_height(obj) - pad_top - pad_bottom - 2 * border_width); in lv_obj_get_scroll_bottom()157 self_h -= lv_obj_get_scroll_y(obj); in lv_obj_get_scroll_bottom()158 return LV_MAX(child_res, self_h); in lv_obj_get_scroll_bottom()
1080 lv_coord_t self_h; in calc_content_height() local1081 self_h = lv_obj_get_self_height(obj) + pad_top + pad_bottom; in calc_content_height()1116 return LV_MAX(child_res, self_h); in calc_content_height()1119 return self_h; in calc_content_height()