/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_tree.c | 18 lv_obj_create(lv_screen_active()); in test_obj_tree_2() 19 lv_obj_t * o2 = lv_obj_create(lv_screen_active()); in test_obj_tree_2() 20 lv_obj_create(lv_screen_active()); in test_obj_tree_2() 43 lv_obj_t * parent1 = lv_obj_create(lv_screen_active()); in test_obj_tree_3() 44 lv_obj_t * parent2 = lv_obj_create(lv_screen_active()); in test_obj_tree_3() 45 lv_obj_t * child1 = lv_obj_create(parent1); in test_obj_tree_3() 46 lv_obj_t * child2 = lv_obj_create(parent2); in test_obj_tree_3() 92 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_move_to_the_background() 94 child1 = lv_obj_create(parent); in test_obj_move_to_index_move_to_the_background() 96 child2 = lv_obj_create(parent); in test_obj_move_to_index_move_to_the_background() [all …]
|
D | test_obj_pos.c | 23 lv_obj_t * parent = lv_obj_create(lv_scr_act()); in test_content_parent_pct_child_pos_1() 28 lv_obj_t * child1 = lv_obj_create(parent); in test_content_parent_pct_child_pos_1() 32 lv_obj_t * child2 = lv_obj_create(parent); in test_content_parent_pct_child_pos_1()
|
D | test_objid.c | 11 lv_obj_t * obj = lv_obj_create(NULL); in test_obj_id_should_match_class_name() 33 lv_obj_t * parent = lv_obj_create(lv_screen_active()); in test_obj_id_get_child()
|
D | test_obj_flags.c | 32 lv_obj_t * obj_main = lv_obj_create(lv_screen_active()); in test_obj_flag_overflow_visible_1() 39 lv_obj_t * obj_child_1 = lv_obj_create(obj_main); in test_obj_flag_overflow_visible_1() 55 lv_obj_t * obj_child_2 = lv_obj_create(obj_main); in test_obj_flag_overflow_visible_1()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_screen_load.c | 12 screen = lv_obj_create(NULL); in test_screen_load_no_crash() 16 lv_obj_t * screen_with_anim_1 = lv_obj_create(NULL); in test_screen_load_no_crash() 17 lv_obj_t * screen_with_anim_2 = lv_obj_create(NULL); in test_screen_load_no_crash() 27 screen = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash() 31 lv_obj_t * screen_with_anim_1 = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash() 32 lv_obj_t * screen_with_anim_2 = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash() 33 lv_obj_t * screen_with_anim_3 = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash() 59 screen = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash2() 63 lv_obj_t * screen_with_anim_1 = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash2() 64 lv_obj_t * screen_with_anim_2 = lv_obj_create(NULL); in test_screen_load_with_delete_no_crash2() [all …]
|
D | test_grid.c | 35 lv_obj_t * cont_main = lv_obj_create(lv_screen_active()); in test_subgrid_row() 41 lv_obj_t * cont_sub = lv_obj_create(cont_main); in test_subgrid_row() 65 lv_obj_t * cont_main = lv_obj_create(lv_screen_active()); in test_subgrid_col() 71 lv_obj_t * cont_sub = lv_obj_create(cont_main); in test_subgrid_col()
|
D | test_style.c | 16 lv_obj_t * obj = lv_obj_create(lv_screen_active()); in test_gradient_vertical_misalignment() 84 lv_obj_t * obj = lv_obj_create(lv_screen_active()); in test_const_style() 103 lv_obj_t * obj = lv_obj_create(lv_screen_active()); in test_style_replacement() 128 lv_obj_t * obj = lv_obj_create(lv_screen_active()); in test_style_has_prop()
|
D | test_align_flex.c | 32 lv_obj_t * row = lv_obj_create(lv_screen_active()); in create_row() 38 lv_obj_t * child = lv_obj_create(row); in create_row() 90 lv_obj_t * obj = lv_obj_create(lv_screen_active()); in test_wrap_grow_min_width()
|
D | test_gridnav.c | 45 lv_obj_t * cont = lv_obj_create(g_screen); in gridnav_one_axis_move_only() 54 lv_obj_t * obj = lv_obj_create(cont); in gridnav_one_axis_move_only() 55 lv_obj_create(obj); /* the obj needs a child to be focusable by gridnav */ in gridnav_one_axis_move_only()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_bg_image.c | 25 obj = lv_obj_create(lv_screen_active()); in test_func_1() 30 obj = lv_obj_create(lv_screen_active()); in test_func_1() 36 obj = lv_obj_create(lv_screen_active()); in test_func_1() 41 obj = lv_obj_create(lv_screen_active()); in test_func_1() 47 obj = lv_obj_create(lv_screen_active()); in test_func_1() 53 obj = lv_obj_create(lv_screen_active()); in test_func_1() 60 obj = lv_obj_create(lv_screen_active()); in test_func_1() 67 obj = lv_obj_create(lv_screen_active()); in test_func_1()
|
/lvgl-latest/examples/layouts/flex/ |
D | lv_example_flex_3.c | 9 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_flex_3() 15 obj = lv_obj_create(cont); in lv_example_flex_3() 18 obj = lv_obj_create(cont); in lv_example_flex_3() 22 obj = lv_obj_create(cont); in lv_example_flex_3() 26 obj = lv_obj_create(cont); in lv_example_flex_3()
|
D | lv_example_flex_4.c | 10 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_flex_4() 17 lv_obj_t * obj = lv_obj_create(cont); in lv_example_flex_4()
|
D | lv_example_flex_6.c | 10 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_flex_6() 18 lv_obj_t * obj = lv_obj_create(cont); in lv_example_flex_6()
|
D | lv_example_flex_2.c | 15 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_flex_2() 22 lv_obj_t * obj = lv_obj_create(cont); in lv_example_flex_2()
|
D | lv_example_flex_1.c | 10 lv_obj_t * cont_row = lv_obj_create(lv_screen_active()); in lv_example_flex_1() 16 lv_obj_t * cont_col = lv_obj_create(lv_screen_active()); in lv_example_flex_1()
|
D | lv_example_flex_5.c | 19 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_flex_5() 26 lv_obj_t * obj = lv_obj_create(cont); in lv_example_flex_5()
|
/lvgl-latest/examples/layouts/grid/ |
D | lv_example_grid_2.c | 13 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_grid_2() 22 obj = lv_obj_create(cont); in lv_example_grid_2() 30 obj = lv_obj_create(cont); in lv_example_grid_2() 38 obj = lv_obj_create(cont); in lv_example_grid_2() 46 obj = lv_obj_create(cont); in lv_example_grid_2() 54 obj = lv_obj_create(cont); in lv_example_grid_2()
|
D | lv_example_grid_3.c | 20 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_grid_3() 32 obj = lv_obj_create(cont); in lv_example_grid_3()
|
D | lv_example_grid_4.c | 15 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_grid_4() 28 obj = lv_obj_create(cont); in lv_example_grid_4()
|
D | lv_example_grid_6.c | 14 lv_obj_t * cont = lv_obj_create(lv_screen_active()); in lv_example_grid_6() 27 obj = lv_obj_create(cont); in lv_example_grid_6()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 67 lv_obj_t * main_cont = lv_obj_create(parent); in lv_demo_ebike_home_create() 145 lv_obj_t * main_cont = lv_obj_create(parent); in info_box_create() 175 lv_obj_t * left_cont = lv_obj_create(parent); in left_cont_create() 212 lv_obj_t * obj = lv_obj_create(left_cont); in left_cont_create() 239 lv_obj_t * dashboard_center_cont = lv_obj_create(left_cont); in left_cont_create() 251 lv_obj_t * top_cont = lv_obj_create(dashboard_center_cont); in left_cont_create() 270 lv_obj_t * roller_cont = lv_obj_create(dashboard_center_cont); in left_cont_create() 286 lv_obj_t * bottom_cont = lv_obj_create(left_cont); in left_cont_create() 318 lv_obj_t * main_cont = lv_obj_create(parent); in card_labels_create() 322 lv_obj_t * center_cont = lv_obj_create(main_cont); in card_labels_create() [all …]
|
D | lv_demo_ebike_settings.c | 44 lv_obj_t * main_cont = lv_obj_create(parent); in lv_demo_ebike_settings_create() 66 lv_obj_t * cont = lv_obj_create(parent); in left_cont_create() 98 lv_obj_t * cont = lv_obj_create(parent); in slider_create() 131 lv_obj_t * cont = lv_obj_create(parent); in switch_create() 164 lv_obj_t * cont = lv_obj_create(parent); in dropdown_create() 205 lv_obj_t * right_cont = lv_obj_create(parent); in right_cont_create()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_1.c | 49 panel = lv_obj_create(scr); in lv_example_scroll_1() 56 child = lv_obj_create(panel); in lv_example_scroll_1() 63 child = lv_obj_create(panel); in lv_example_scroll_1() 74 child = lv_obj_create(panel); in lv_example_scroll_1()
|
/lvgl-latest/examples/widgets/obj/ |
D | lv_example_obj_1.c | 7 obj1 = lv_obj_create(lv_screen_active()); in lv_example_obj_1() 18 obj2 = lv_obj_create(lv_screen_active()); in lv_example_obj_1()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_3.c | 25 lv_obj_t * cont_main = lv_obj_create(lv_screen_active()); in lv_example_gridnav_3() 50 lv_obj_t * cont_sub1 = lv_obj_create(cont_main); in lv_example_gridnav_3() 69 lv_obj_t * cont_sub2 = lv_obj_create(cont_main); in lv_example_gridnav_3()
|