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 195 String indentUnit = " "; //$NON-NLS-1$
255 namespace.append('\n').append(startIndent).append(indentUnit);
276 sb.append('\n').append(startIndent).append(indentUnit);
302 sb.append('\n').append(startIndent).append(indentUnit);
310 sb.append('\n').append(startIndent).append(indentUnit);
352 sb.append('\n').append(startIndent).append(indentUnit);
363 sb.append('\n').append(startIndent).append(indentUnit);
374 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit);

Completed in 437 milliseconds