Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_bar.c48 static lv_style_t bar_style; in test_bar_should_update_indicator_right_coordinate_based_on_bar_value() local
55 lv_style_init(&bar_style); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
56 lv_style_set_pad_all(&bar_style, style_padding); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
60 lv_obj_add_style(bar, &bar_style, LV_PART_MAIN); in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
103 static lv_style_t bar_style; in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value() local
110 lv_style_init(&bar_style); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
111 lv_style_set_pad_all(&bar_style, style_padding); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
115 lv_obj_add_style(bar, &bar_style, LV_PART_MAIN); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
144 static lv_style_t bar_style; in test_bar_indicator_area_should_get_smaller_when_padding_is_increased() local
158 lv_style_init(&bar_style); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
[all …]