Lines Matching refs:active_screen
19 static lv_obj_t * active_screen = NULL; variable
30 active_screen = lv_screen_active(); in setUp()
35 lv_obj_clean(active_screen); in tearDown()
36 lv_obj_set_style_layout(active_screen, LV_LAYOUT_NONE, 0); in tearDown()
41 arc = lv_arc_create(active_screen); in test_arc_creation_successful()
48 arc = lv_arc_create(active_screen); in test_arc_basic_render()
60 arc = lv_arc_create(active_screen); in test_arc_rgb565a8_image()
79 arc = lv_arc_create(active_screen); in test_arc_should_truncate_to_max_range_when_new_value_exceeds_it()
91 arc = lv_arc_create(active_screen); in test_arc_should_truncate_to_min_range_when_new_value_is_inferior()
103 arc = lv_arc_create(active_screen); in test_arc_should_update_value_after_updating_range()
122 arc = lv_arc_create(active_screen); in test_arc_should_update_angles_when_changing_to_symmetrical_mode()
135 arc = lv_arc_create(active_screen); in test_arc_should_update_angles_when_changing_to_symmetrical_mode_value_more_than_middle_range()