Searched refs:lv_obj_get_content_height (Results 1 – 15 of 15) sorted by relevance
96 lv_coord_t h = lv_obj_get_content_height(tv); in lv_obj_set_tile_id()144 create_row_id * lv_obj_get_content_height(parent)); in lv_tileview_tile_constructor()167 lv_coord_t h = lv_obj_get_content_height(obj); in tileview_event_cb()
137 if(lv_obj_get_height(list) > lv_obj_get_content_height(parent)) { in selectors_create()138 lv_obj_set_height(list, lv_obj_get_content_height(parent)); in selectors_create()
136 lv_coord_t parent_h = lv_obj_get_content_height(parent); in lv_obj_refr_size()374 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()392 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()396 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()401 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()406 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()411 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()579 lv_coord_t lv_obj_get_content_height(const lv_obj_t * obj) in lv_obj_get_content_height() function643 lv_coord_t ph = lv_obj_get_content_height(parent); in lv_obj_refr_pos()
307 lv_coord_t lv_obj_get_content_height(const struct _lv_obj_t * obj);
168 lv_coord_t h = lv_obj_get_content_height(cont); in lv_tabview_set_act()340 lv_coord_t h = lv_obj_get_content_height(cont); in cont_scroll_end_event_cb()
284 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in lv_chart_get_point_pos_by_id()743 p->y = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in lv_chart_event()780 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in draw_div_lines()886 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in draw_series_line()1055 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in draw_series_scatter()1195 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in draw_series_bar()1403 lv_coord_t h = ((int32_t)lv_obj_get_content_height(obj) * chart->zoom_y) >> 8; in draw_y_ticks()
225 …lv_coord_t max_main_size = (f.row ? lv_obj_get_content_width(cont) : lv_obj_get_content_height(con… in flex_update()270 …lv_coord_t max_cross_size = (f.row ? lv_obj_get_content_height(cont) : lv_obj_get_content_width(co… in flex_update()
615 if(lv_obj_get_content_height(menu->sidebar_header) == 0) { in lv_menu_refr_sidebar_header_mode()651 if(lv_obj_get_content_height(menu->main_header) == 0) { in lv_menu_refr_main_header_mode()
617 lv_coord_t h = lv_obj_get_content_height(obj); in refr_position()742 lv_coord_t h = lv_obj_get_content_height(obj); in inf_normalize()
113 lv_coord_t max_h = lv_obj_get_content_height(obj); in lv_btnmatrix_set_map()422 lv_coord_t s = btnm->row_cnt > 0 ? lv_obj_get_content_height(obj) / btnm->row_cnt : 0; in lv_btnmatrix_event()
1131 if(lv_obj_get_height(label) <= lv_obj_get_content_height(dropdown_obj)) return; in position_to_selected()
374 lv_coord_t h = lv_obj_get_content_height(obj); in lv_textarea_set_cursor_pos()
407 lv_coord_t cont_h = lv_obj_get_content_height(cont); in calc()545 lv_coord_t cont_h = lv_obj_get_content_height(cont) - row_gap * (c->row_num - 1); in calc_rows()
581 height = self_size->y >= 0 ? lv_obj_get_content_height(obj) : 0; in lv_spangroup_event()
181 lv_coord_t content_h = lv_obj_get_content_height(obj);