Searched refs:parent_h (Results 1 – 2 of 2) sorted by relevance
135 lv_coord_t parent_h = lv_obj_get_content_height(parent); in lv_obj_refr_size() local149 h = (LV_COORD_GET_PCT(h) * parent_h) / 100; in lv_obj_refr_size()155 h = lv_clamp_height(h, minh, maxh, parent_h); in lv_obj_refr_size()
702 lv_coord_t parent_h = lv_obj_get_height(parent) - ptop - pbottom; in scroll_area_into_view() local729 snap_goal = parent->coords.y1 + ptop + parent_h / 2; in scroll_area_into_view()