Searched refs:explore (Results 1 – 3 of 3) sorted by relevance
1 * Gesture4_id-2:Touch explore
1035 final ArrayDeque<File> explore = new ArrayDeque<>(); in hasInterestingFiles() local1036 explore.add(dir); in hasInterestingFiles()1037 while (!explore.isEmpty()) { in hasInterestingFiles()1038 dir = explore.pop(); in hasInterestingFiles()1041 if (f.isDirectory()) explore.add(f); in hasInterestingFiles()
234 * functions to explore this complex Element.