Lines Matching refs:active_screen
15 static lv_obj_t * active_screen = NULL; variable
31 active_screen = lv_scr_act(); in test_checkbox_creation_successfull()
32 checkbox = lv_checkbox_create(active_screen); in test_checkbox_creation_successfull()
39 active_screen = lv_scr_act(); in test_checkbox_should_call_event_handler_on_click_when_enabled()
40 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_call_event_handler_on_click_when_enabled()
56 active_screen = lv_scr_act(); in test_checkbox_should_have_default_text_when_created()
57 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_have_default_text_when_created()
67 active_screen = lv_scr_act(); in test_checkbox_should_return_dinamically_allocated_text()
68 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_return_dinamically_allocated_text()
84 active_screen = lv_scr_act(); in test_checkbox_should_allocate_memory_for_static_text()
85 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_allocate_memory_for_static_text()