Home
last modified time | relevance | path

Searched refs:lv_obj_get_content_height (Results 1 – 15 of 15) sorted by relevance

/lvgl-3.7.0/src/extra/widgets/tileview/
Dlv_tileview.c96 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()
/lvgl-3.7.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c137 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()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.c136 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() function
643 lv_coord_t ph = lv_obj_get_content_height(parent); in lv_obj_refr_pos()
Dlv_obj_pos.h307 lv_coord_t lv_obj_get_content_height(const struct _lv_obj_t * obj);
/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c168 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()
/lvgl-3.7.0/src/extra/widgets/chart/
Dlv_chart.c284 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()
/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c225 …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()
/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.c615 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()
/lvgl-3.7.0/src/widgets/
Dlv_roller.c617 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()
Dlv_btnmatrix.c113 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()
Dlv_dropdown.c1131 if(lv_obj_get_height(label) <= lv_obj_get_content_height(dropdown_obj)) return; in position_to_selected()
Dlv_textarea.c374 lv_coord_t h = lv_obj_get_content_height(obj); in lv_textarea_set_cursor_pos()
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c407 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()
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c581 height = self_size->y >= 0 ? lv_obj_get_content_height(obj) : 0; in lv_spangroup_event()
/lvgl-3.7.0/docs/overview/
Dcoords.md181 lv_coord_t content_h = lv_obj_get_content_height(obj);