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