Home
last modified time | relevance | path

Searched refs:lv_obj_create (Results 1 – 25 of 133) sorted by relevance

123456

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_tree.c18 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 …]
Dtest_obj_pos.c23 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()
Dtest_objid.c11 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()
Dtest_obj_flags.c32 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/
Dtest_screen_load.c12 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 …]
Dtest_grid.c35 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()
Dtest_style.c16 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()
Dtest_align_flex.c32 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()
Dtest_gridnav.c45 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/
Dtest_bg_image.c25 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/
Dlv_example_flex_3.c9 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()
Dlv_example_flex_4.c10 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()
Dlv_example_flex_6.c10 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()
Dlv_example_flex_2.c15 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()
Dlv_example_flex_1.c10 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()
Dlv_example_flex_5.c19 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/
Dlv_example_grid_2.c13 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()
Dlv_example_grid_3.c20 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()
Dlv_example_grid_4.c15 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()
Dlv_example_grid_6.c14 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/
Dlv_demo_ebike_home.c67 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 …]
Dlv_demo_ebike_settings.c44 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/
Dlv_example_scroll_1.c49 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/
Dlv_example_obj_1.c7 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/
Dlv_example_gridnav_3.c25 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()

123456