Lines Matching refs:LV_ANIM_OFF

64     lv_bar_set_value(bar, bar_value, LV_ANIM_OFF);  in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
119 lv_bar_set_value(bar, bar_value, LV_ANIM_OFF); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
151 lv_bar_set_value(bar, 50, LV_ANIM_OFF); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
181 lv_bar_set_value(bar, 90, LV_ANIM_OFF); in test_bar_start_value_should_only_change_when_in_range_mode()
182 lv_bar_set_start_value(bar, new_start_value, LV_ANIM_OFF); in test_bar_start_value_should_only_change_when_in_range_mode()
189 lv_bar_set_start_value(bar, new_start_value, LV_ANIM_OFF); in test_bar_start_value_should_only_change_when_in_range_mode()
198 lv_bar_set_value(bar, 50, LV_ANIM_OFF); in test_bar_start_value_should_be_smaller_than_current_value_in_range_mode()
199 lv_bar_set_start_value(bar, 100u, LV_ANIM_OFF); in test_bar_start_value_should_be_smaller_than_current_value_in_range_mode()
209 lv_bar_set_value(bar, new_value, LV_ANIM_OFF); in test_bar_current_value_should_be_truncated_to_max_value_when_exceeds_it()
218 lv_bar_set_value(bar, new_value, LV_ANIM_OFF); in test_bar_current_value_should_be_truncated_to_min_value_when_it_is_below_it()
239 lv_bar_set_value(bar, 1, LV_ANIM_OFF); in test_bar_indicator_should_be_drawn_towards_the_min_range_side_after_setting_a_more_negative_value()
245 lv_bar_set_value(bar, -50, LV_ANIM_OFF); in test_bar_indicator_should_be_drawn_towards_the_min_range_side_after_setting_a_more_negative_value()