Searched refs:sort_by_file_kind (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_3.c | 24 static void sort_by_file_kind(lv_obj_t * tb, int16_t lo, int16_t hi) in sort_by_file_kind() function 41 sort_by_file_kind(tb, lo, lt - 1); in sort_by_file_kind() 42 sort_by_file_kind(tb, gt + 1, hi); in sort_by_file_kind() 60 sort_by_file_kind(tb, 0, (sum - 1)); in file_explorer_event_handler()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 50 static void sort_by_file_kind(lv_obj_t * tb, int16_t lo, int16_t hi); 677 sort_by_file_kind(explorer->file_table, 0, (sum - 1)); in file_explorer_sort() 686 static void sort_by_file_kind(lv_obj_t * tb, int16_t lo, int16_t hi) in sort_by_file_kind() function 704 sort_by_file_kind(tb, lo, lt - 1); in sort_by_file_kind() 705 sort_by_file_kind(tb, gt + 1, hi); in sort_by_file_kind()
|