Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c453 lv_obj_t * obj_head = lv_obj_create(active_screen); in test_spangroup_get_span_coords() local
454 lv_obj_remove_style_all(obj_head); in test_spangroup_get_span_coords()
455 lv_obj_set_pos(obj_head, coords.heading.x1 + area.x1, coords.heading.y1 + area.y1); in test_spangroup_get_span_coords()
456 …lv_obj_set_size(obj_head, coords.heading.x2 - coords.heading.x1, coords.heading.y2 - coords.headin… in test_spangroup_get_span_coords()
457 lv_obj_set_style_bg_color(obj_head, color, LV_PART_MAIN); in test_spangroup_get_span_coords()
458 lv_obj_set_style_bg_opa(obj_head, LV_OPA_50, LV_PART_MAIN); in test_spangroup_get_span_coords()