Searched refs:mDepthStack (Results 1 – 1 of 1) sorted by relevance
167 private final Stack<Integer> mDepthStack = new Stack<>(); field in SettingsXml.ReadSectionImpl261 mDepthStack.push(mParser.getDepth()); in children()277 int depth = mDepthStack.peek(); in moveToNextInternal()296 mDepthStack.pop(); in moveToNextInternal()307 if (mDepthStack.isEmpty()) { in close()