Searched refs:pad_bottom (Results 1 – 4 of 4) sorted by relevance
518 lv_coord_t pad_bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in find_snap_point_y() local535 y_parent = obj->coords.y2 - pad_bottom; in find_snap_point_y()539 …_parent = obj->coords.y1 + pad_top + (lv_area_get_height(&obj->coords) - pad_top - pad_bottom) / 2; in find_snap_point_y()646 lv_coord_t pad_bottom = lv_obj_get_style_pad_bottom(scroll_obj, LV_PART_MAIN); in elastic_diff() local650 …point = pad_top + (lv_area_get_height(&scroll_obj->coords) - pad_top - pad_bottom) / 2 + scroll_ob… in elastic_diff()658 snap_point = scroll_obj->coords.y2 - pad_bottom; in elastic_diff()
148 lv_coord_t pad_bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in lv_obj_get_scroll_bottom() local152 child_res -= (obj->coords.y2 - pad_bottom - border_width); in lv_obj_get_scroll_bottom()156 self_h = self_h - (lv_obj_get_height(obj) - pad_top - pad_bottom - 2 * border_width); in lv_obj_get_scroll_bottom()
1084 lv_coord_t pad_bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN) + border_width; in calc_content_height() local1087 self_h = lv_obj_get_self_height(obj) + pad_top + pad_bottom; in calc_content_height()1122 child_res += pad_bottom; in calc_content_height()
171 ### pad_bottom subsection