HomeSort by relevance Sort by last modified time
    Searched refs:mStartNode (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 588 private final Node mStartNode;
595 public IndentationMeasurer(Node mStartNode, Node mEndNode, IStructuredDocument document) {
597 this.mStartNode = mStartNode;
XmlPrettyPrinter.java 56 private Node mStartNode;
150 mStartNode = startNode;
162 if (node == mStartNode) {
168 if (mOpenTagOnly && mStartNode == node) {
    [all...]

Completed in 46 milliseconds