Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_height (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c161 bool is_height_size_content = (lv_obj_get_style_height(msgbox, 0) == LV_SIZE_CONTENT); in test_msgbox_content_auto_height()
181 is_height_size_content = (lv_obj_get_style_height(msgbox, 0) == LV_SIZE_CONTENT); in test_msgbox_content_auto_height()
/lvgl-latest/tests/src/test_cases/
Dtest_style.c87 TEST_ASSERT_EQUAL(50, lv_obj_get_style_height(obj, LV_PART_MAIN)); in test_const_style()
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.c290 bool is_msgbox_height_size_content = (lv_obj_get_style_height(mbox, 0) == LV_SIZE_CONTENT); in msgbox_size_changed_event_cb()
/lvgl-latest/src/core/
Dlv_obj_pos.c137 h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refr_size()
148 if(parent->h_layout == 0 && lv_obj_get_style_height(parent, 0) == LV_SIZE_CONTENT) { in lv_obj_refr_size()
606 int32_t h_set = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refresh_self_size()
635 … if(lv_obj_get_style_height(parent, 0) == LV_SIZE_CONTENT) y = 0; /*Avoid circular dependency*/ in lv_obj_refr_pos()
Dlv_obj.c863 int32_t h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_event()
Dlv_obj_style.c295 lv_obj_get_style_height(obj, 0) == LV_SIZE_CONTENT || in lv_obj_refresh_style()
Dlv_obj_style_gen.h40 static inline int32_t lv_obj_get_style_height(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_height() function
/lvgl-latest/src/layouts/flex/
Dlv_flex.c155 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in flex_update()
237 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in find_track_end()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c217 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in grid_update()
249 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in calc()
/lvgl-latest/src/widgets/chart/
Dlv_chart.c834 int32_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_line()
985 int32_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_scatter()
/lvgl-latest/src/widgets/span/
Dlv_span.c373 if(lv_obj_get_style_height(obj, LV_PART_MAIN) == LV_SIZE_CONTENT) { in lv_spangroup_refr_mode()
/lvgl-latest/src/widgets/scale/
Dlv_scale.c210 scale_height = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_scale_set_line_needle_value()