Searched refs:LV_GRID_CONTENT (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 343 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() 346 …static lv_coord_t grid_1_col_dsc[] = {LV_GRID_CONTENT, 5, LV_GRID_CONTENT, LV_GRID_FR(2), LV_GRID_… in profile_create() 347 …static lv_coord_t grid_1_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, 10, LV_GRID_CONTENT, LV_GR… in profile_create() 351 LV_GRID_CONTENT, /*Title*/ in profile_create() 353 LV_GRID_CONTENT, /*Box title*/ in profile_create() 356 LV_GRID_CONTENT, /*Box title*/ in profile_create() 400 … static lv_coord_t grid_main_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in profile_create() 403 …static lv_coord_t grid_1_col_dsc[] = {LV_GRID_CONTENT, 1, LV_GRID_CONTENT, LV_GRID_FR(1), LV_GRID_… in profile_create() 405 LV_GRID_CONTENT, /*Name*/ in profile_create() 406 LV_GRID_CONTENT, /*Description*/ in profile_create() [all …]
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_main.c | 153 LV_GRID_CONTENT, /*Title box*/ in _lv_demo_music_main_create() 155 LV_GRID_CONTENT, /*Icon box*/ in _lv_demo_music_main_create() 157 LV_GRID_CONTENT, /*Control box*/ in _lv_demo_music_main_create() 159 LV_GRID_CONTENT, /*Handle box*/ in _lv_demo_music_main_create() 177 LV_GRID_CONTENT, /*Title box*/ in _lv_demo_music_main_create() 179 LV_GRID_CONTENT, /*Icon box*/ in _lv_demo_music_main_create() 187 LV_GRID_CONTENT, /*Control box*/ in _lv_demo_music_main_create() 189 LV_GRID_CONTENT, /*Handle box*/ in _lv_demo_music_main_create() 207 LV_GRID_CONTENT, /*Title box*/ in _lv_demo_music_main_create() 209 LV_GRID_CONTENT, /*Icon box*/ in _lv_demo_music_main_create() [all …]
|
D | lv_demo_music_list.c | 70 …static const lv_coord_t grid_cols[] = {LV_GRID_CONTENT, LV_GRID_FR(1), LV_GRID_CONTENT, LV_GRID_TE… in _lv_demo_music_list_create()
|
/lvgl-3.7.0/src/extra/layouts/grid/ |
D | lv_grid.h | 29 #define LV_GRID_CONTENT (LV_COORD_MAX - 101) macro 30 LV_EXPORT_CONST_INT(LV_GRID_CONTENT);
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 9 The track's size can be set in pixel, to the largest item (`LV_GRID_CONTENT`) or in "Free unit" (FR… 37 - `LV_GRID_CONTENT` set the width to the largest children on this track
|
/lvgl-3.7.0/examples/others/fragment/ |
D | lv_example_fragment_2.c | 42 static const lv_coord_t row_dsc[] = {LV_GRID_FR(1), LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in lv_example_fragment_2()
|