Searched refs:isEndTag (Results 1 – 1 of 1) sorted by relevance
188 } while (!isEndTag(xpp, XMP_META_TAG) && xpp.getEventType() != XmlPullParser.END_DOCUMENT); in isMotionPhoto()230 } while (!isEndTag(xpp, directoryTagName) && in isMotionPhotoDirectory()275 private static boolean isEndTag(XmlPullParser xpp, String name) throws XmlPullParserException { in isEndTag() method in SpecialFormatDetector