Searched refs:cont_sub (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_grid.c | 41 lv_obj_t * cont_sub = lv_obj_create(cont_main); in test_subgrid_row() local 42 lv_obj_set_grid_cell(cont_sub, LV_GRID_ALIGN_STRETCH, 1, 2, LV_GRID_ALIGN_STRETCH, 1, 2); in test_subgrid_row() 43 lv_obj_set_grid_dsc_array(cont_sub, col_dsc2, NULL); in test_subgrid_row() 44 lv_obj_set_style_pad_all(cont_sub, 0, 0); in test_subgrid_row() 49 button_create(cont_sub, "Sub 0,0", 0, 0); in test_subgrid_row() 50 button_create(cont_sub, "Sub 1,0", 1, 0); in test_subgrid_row() 51 button_create(cont_sub, "Sub 2,0", 2, 0); in test_subgrid_row() 52 button_create(cont_sub, "Sub 3,0", 3, 0); in test_subgrid_row() 53 button_create(cont_sub, "Sub 1,1", 1, 1); in test_subgrid_row() 54 button_create(cont_sub, "Sub 0,1", 0, 1); in test_subgrid_row() [all …]
|