Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c171 int32_t h_content = lv_obj_get_height(content); in test_msgbox_content_auto_height() local
174 int32_t h_msgbox_element_sum = h_header + h_footer + h_content; in test_msgbox_content_auto_height()
187 h_content = lv_obj_get_height(content); in test_msgbox_content_auto_height()
190 h_msgbox_element_sum = h_header + h_footer + h_content; in test_msgbox_content_auto_height()