Searched refs:mDepthStack (Results 1 – 1 of 1) sorted by relevance
166 private final Stack<Integer> mDepthStack = new Stack<>(); field in SettingsXml.ReadSectionImpl260 mDepthStack.push(mParser.getDepth()); in children()276 int depth = mDepthStack.peek(); in moveToNextInternal()295 mDepthStack.pop(); in moveToNextInternal()306 if (mDepthStack.isEmpty()) { in close()