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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 191 String indentUnit = " "; //$NON-NLS-1$
248 namespace.append('\n').append(startIndent).append(indentUnit);
269 sb.append('\n').append(startIndent).append(indentUnit);
295 sb.append('\n').append(startIndent).append(indentUnit);
303 sb.append('\n').append(startIndent).append(indentUnit);
345 sb.append('\n').append(startIndent).append(indentUnit);
356 sb.append('\n').append(startIndent).append(indentUnit);
367 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit);

Completed in 615 milliseconds