Searched refs:lv_bar_get_max_value (Results 1 – 4 of 4) sorted by relevance
24 TEST_ASSERT_EQUAL(100, lv_bar_get_max_value(bar)); in test_bar_should_have_valid_default_attributes()72 lv_coord_t bar_max_value = lv_bar_get_max_value(bar); 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()206 int32_t max_value = lv_bar_get_max_value(bar); in test_bar_current_value_should_be_truncated_to_max_value_when_exceeds_it()
145 int32_t lv_bar_get_max_value(const lv_obj_t * obj);
162 return lv_bar_get_max_value(obj); in lv_slider_get_max_value()
188 int32_t lv_bar_get_max_value(const lv_obj_t * obj) in lv_bar_get_max_value() function