Searched defs:depth (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Email/src/org/apache/commons/io/ |
D | DirectoryWalker.java | 350 private void walk(File directory, int depth, Collection results) throws IOException { in walk() 393 …protected final void checkIfCancelled(File file, int depth, Collection results) throws IOException… in checkIfCancelled() 435 File file, int depth, Collection results) throws IOException { in handleIsCancelled() 488 …protected boolean handleDirectory(File directory, int depth, Collection results) throws IOExceptio… in handleDirectory() 503 …protected void handleDirectoryStart(File directory, int depth, Collection results) throws IOExcept… in handleDirectoryStart() 517 protected void handleFile(File file, int depth, Collection results) throws IOException { in handleFile() 531 …protected void handleRestricted(File directory, int depth, Collection results) throws IOException … in handleRestricted() 545 …protected void handleDirectoryEnd(File directory, int depth, Collection results) throws IOExceptio… in handleDirectoryEnd() 574 private int depth = -1; field in DirectoryWalker.CancelException 583 public CancelException(File file, int depth) { in CancelException() [all …]
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
D | EmailHtmlUtil.java | 51 ContentResolver resolver, long accountId, String text, Part part, int depth) in resolveInlineImage()
|
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | ExpandableDictionary.java | 85 final int depth, final int frequency) { in addWordRec() 191 final int depth, boolean completion, int snr, int inputIndex, int skipPos, in getWordsRec()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ExternalSource.java | 138 final int depth = parser.getDepth(); in inflate() local
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
D | Serializer.java | 50 int depth; field in Serializer
|
D | Parser.java | 64 private int depth; field in Parser
|
/packages/inputmethods/LatinIME/dictionary/src/ |
D | dictionary.cpp | 182 Dictionary::getWordsRec(int pos, int depth, int maxDepth, bool completion, int snr, int inputIndex, in getWordsRec()
|
/packages/apps/Launcher/src/com/android/launcher/ |
D | LauncherProvider.java | 514 final int depth = parser.getDepth(); in loadFavorites() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherProvider.java | 531 final int depth = parser.getDepth(); in loadFavorites() local
|