Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_bar.c72 lv_coord_t bar_max_value = lv_bar_get_max_value(bar); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value() local
77 int32_t expected_coord = (bar_value * indicator_part_width) / bar_max_value; in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
128 lv_coord_t bar_max_value = lv_bar_get_max_value(bar); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value() local
131 int32_t indicator_width = (bar_value * indicator_part_width) / bar_max_value; in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()