Home
last modified time | relevance | path

Searched refs:indentLength (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java1154 int indentLength = removeIndent.length(); in removeIndentation() local
1155 if (indentLength == 0) { in removeIndentation()
1169 lineStart + Math.min(lineLength, indentLength)); in removeIndentation()
1171 rootEdit.addChild(new DeleteEdit(lineStart, indentLength)); in removeIndentation()
1185 int indentLength = indent.length(); in setIndentation() local
1186 if (indentLength == 0) { in setIndentation()