Home | History | Annotate | Download | only in formatting

Lines Matching refs:mDepth

676         private final Map<Integer, String> mDepth = new HashMap<Integer, String>();
705 for (Map.Entry<Integer, String> entry : mDepth.entrySet()) {
716 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
729 mDepth.put(depth, indent);