Searched refs:grid_main_row_dsc (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 325 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() local 344 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create() 384 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() local 415 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create() 456 …static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRI… in profile_create() local 457 lv_obj_set_grid_dsc_array(parent, grid_main_col_dsc, grid_main_row_dsc); in profile_create()
|