Searched refs:thumbs (Results 1 – 1 of 1) sorted by relevance
358 NodeList thumbs = mDocument.getElementsByTagName(TAG_THUMB); in getThumbnailPath() local359 if (thumbs.getLength() == 0) { in getThumbnailPath()367 for (int i = 0, n = thumbs.getLength(); i < n; i++) { in getThumbnailPath()368 Element thumb = (Element) thumbs.item(i); in getThumbnailPath()