Searched refs:lv_file_explorer_t (Results 1 – 3 of 3) sorted by relevance
61 .instance_size = sizeof(lv_file_explorer_t),90 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_set_quick_access_path()137 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_set_sort()151 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_selected_file_name()160 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_current_path()169 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_file_table()178 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_header()187 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_path_label()197 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_quick_access_area()206 lv_file_explorer_t * explorer = (lv_file_explorer_t *)obj; in lv_file_explorer_get_places_list()[all …]
11 static lv_file_explorer_t * file_explorer;18 file_explorer = (lv_file_explorer_t *)file_explorer_obj; in setUp()
262 typedef struct _lv_file_explorer_t lv_file_explorer_t; typedef