Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c469 lv_obj_t * obj_trailing = lv_obj_create(active_screen); in test_spangroup_get_span_coords() local
470 lv_obj_remove_style_all(obj_trailing); in test_spangroup_get_span_coords()
471 lv_obj_set_pos(obj_trailing, coords.trailing.x1 + area.x1, coords.trailing.y1 + area.y1); in test_spangroup_get_span_coords()
472 …lv_obj_set_size(obj_trailing, coords.trailing.x2 - coords.trailing.x1, coords.trailing.y2 - coords… in test_spangroup_get_span_coords()
473 lv_obj_set_style_bg_color(obj_trailing, color, LV_PART_MAIN); in test_spangroup_get_span_coords()
474 lv_obj_set_style_bg_opa(obj_trailing, LV_OPA_50, LV_PART_MAIN); in test_spangroup_get_span_coords()