Searched refs:exch_table_item (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_3.c | 9 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item() function 34 exch_table_item(tb, lt++, i++); in sort_by_file_kind() 36 exch_table_item(tb, i, gt--); in sort_by_file_kind()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 48 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j); 648 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item() function 697 exch_table_item(tb, lt++, i++); in sort_by_file_kind() 699 exch_table_item(tb, i, gt--); in sort_by_file_kind()
|