Searched refs:lv_obj_get_style_height (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_msgbox.c | 161 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/ |
D | test_style.c | 87 TEST_ASSERT_EQUAL(50, lv_obj_get_style_height(obj, LV_PART_MAIN)); in test_const_style()
|
/lvgl-latest/src/widgets/msgbox/ |
D | lv_msgbox.c | 290 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/ |
D | lv_obj_pos.c | 137 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()
|
D | lv_obj.c | 863 int32_t h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_event()
|
D | lv_obj_style.c | 295 lv_obj_get_style_height(obj, 0) == LV_SIZE_CONTENT || in lv_obj_refresh_style()
|
D | lv_obj_style_gen.h | 40 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/ |
D | lv_flex.c | 155 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/ |
D | lv_grid.c | 217 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/ |
D | lv_chart.c | 834 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/ |
D | lv_span.c | 373 if(lv_obj_get_style_height(obj, LV_PART_MAIN) == LV_SIZE_CONTENT) { in lv_spangroup_refr_mode()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 210 scale_height = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_scale_set_line_needle_value()
|