HomeSort by relevance Sort by last modified time
    Searched full:indentationlevels (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 270 String[] indentationLevels = null;
323 indentationLevels = m.measure(initialDepth, root);
337 for (int i = depth + 1; i < indentationLevels.length; i++) {
338 indentationLevels[i] = null;
349 if (indentationLevels != null) {
350 printer.setIndentationLevels(indentationLevels);
699 String[] indentationLevels = new String[mMaxDepth + 1];
703 indentationLevels[depth] = indentation;
706 return indentationLevels;
    [all...]

Completed in 73 milliseconds