Searched refs:currentDepth (Results 1 – 3 of 3) sorted by relevance
258 int currentDepth = parser.getDepth(); in getViewKeyFromParser() local268 if (currentDepth == testDepth) { in getViewKeyFromParser()275 } else if (resourceReference != null && currentDepth == 1) { in getViewKeyFromParser()
191 final int currentDepth = parser.getDepth(); in parseInclude() local193 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseInclude()
825 final int currentDepth = parser.getDepth(); in parseRequestFocus() local827 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseRequestFocus()847 final int currentDepth = parser.getDepth(); in parseViewTag() local849 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseViewTag()953 final int currentDepth = parser.getDepth(); in parseInclude() local955 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseInclude()