Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_list.c11 list = lv_list_create(lv_screen_active()); in setUp()
53 lv_obj_t * snapshot_list = lv_list_create(lv_screen_active()); in test_list_snapshot()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_2.c12 lv_obj_t * list1 = lv_list_create(lv_screen_active()); in lv_example_gridnav_2()
28 lv_obj_t * list2 = lv_list_create(lv_screen_active()); in lv_example_gridnav_2()
Dlv_example_gridnav_4.c20 lv_obj_t * list = lv_list_create(lv_screen_active()); in lv_example_gridnav_4()
/lvgl-latest/src/widgets/list/
Dlv_list.h40 lv_obj_t * lv_list_create(lv_obj_t * parent);
Dlv_list.c66 lv_obj_t * lv_list_create(lv_obj_t * parent) in lv_list_create() function
/lvgl-latest/examples/widgets/tileview/
Dlv_example_tileview_1.c32 lv_obj_t * list = lv_list_create(tile3); in lv_example_tileview_1()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_3.c29 lv_obj_t * list = lv_list_create(lv_screen_active()); in lv_example_scroll_3()
/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c115 list1 = lv_list_create(lv_screen_active()); in lv_example_list_2()
136 list2 = lv_list_create(lv_screen_active()); in lv_example_list_2()
Dlv_example_list_1.c17 list1 = lv_list_create(lv_screen_active()); in lv_example_list_1()
/lvgl-latest/demos/scroll/
Dlv_demo_scroll.c51 list = lv_list_create(panel); in lv_demo_scroll()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c127 lv_obj_t * list = lv_list_create(parent); in selectors_create()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c298 explorer->list_device = lv_list_create(explorer->quick_access_area); in lv_file_explorer_constructor()
306 explorer->list_places = lv_list_create(explorer->quick_access_area); in lv_file_explorer_constructor()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c282 obj = lv_list_create(main_page); in obj_test_task_cb()