Lines Matching refs:LV_GRID_CONTENT
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()
211 LV_GRID_CONTENT, /*Control box*/ in _lv_demo_music_main_create()
213 LV_GRID_CONTENT, /*Handle box*/ in _lv_demo_music_main_create()
558 static const lv_coord_t grid_row[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_ctrl_box()