Home
last modified time | relevance | path

Searched defs:mStartNode (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java677 private final Node mStartNode; field in AndroidXmlFormattingStrategy.IndentationMeasurer
684 public IndentationMeasurer(Node mStartNode, Node mEndNode, IStructuredDocument document) { in IndentationMeasurer()