Home
last modified time | relevance | path

Searched refs:parent_h (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.4.0/src/core/
Dlv_obj_pos.c135 lv_coord_t parent_h = lv_obj_get_content_height(parent); in lv_obj_refr_size() local
149 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()
Dlv_obj_scroll.c702 lv_coord_t parent_h = lv_obj_get_height(parent) - ptop - pbottom; in scroll_area_into_view() local
729 snap_goal = parent->coords.y1 + ptop + parent_h / 2; in scroll_area_into_view()