Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_textarea.c52 lv_coord_t right_padding = lv_obj_get_style_pad_right(txt_ptr->label, LV_PART_MAIN); in test_textarea_should_update_label_style_with_one_line_enabled() local
54 lv_coord_t expected_size = left_padding + right_padding + line_width; in test_textarea_should_update_label_style_with_one_line_enabled()
Dtest_bar.c130 lv_coord_t right_padding = lv_obj_get_style_pad_right(bar, LV_PART_MAIN); in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value() local
133 int32_t expected_coord = (bar_width - right_padding) - indicator_width; in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()