Searched refs:grid_main_row_dsc (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 320 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() local 339 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create() 379 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() local 409 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create() 450 …static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRI… in profile_create() local 451 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create()
|