Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c9 static lv_obj_t * g_active_screen = NULL; variable
14 g_active_screen = lv_screen_active(); in setUp()
15 g_bar = lv_bar_create(g_active_screen); in setUp()
20 lv_obj_clean(g_active_screen); in tearDown()
407 lv_obj_t * bar = lv_bar_create(g_active_screen); in bar_create_orientation()
418 lv_obj_clean(g_active_screen); in test_bar_orientation()
420 lv_obj_set_flex_flow(g_active_screen, LV_FLEX_FLOW_ROW_WRAP); in test_bar_orientation()
424 label = lv_label_create(g_active_screen); in test_bar_orientation()
432 label = lv_label_create(g_active_screen); in test_bar_orientation()
440 label = lv_label_create(g_active_screen); in test_bar_orientation()
Dtest_calendar.c26 static lv_obj_t * g_active_screen = NULL; variable
31 g_active_screen = lv_screen_active(); in setUp()
32 g_calendar = lv_calendar_create(g_active_screen); in setUp()
37 lv_obj_clean(g_active_screen); in tearDown()