Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java1163 int lineLength = info.getLength(); in removeIndentation() local
1164 int lineEnd = lineStart + lineLength; in removeIndentation()
1169 lineStart + Math.min(lineLength, indentLength)); in removeIndentation()
1194 int lineLength = info.getLength(); in setIndentation() local
1195 int lineEnd = lineStart + lineLength; in setIndentation()
1199 String lineText = getText(lineStart, lineStart + lineLength); in setIndentation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java593 double lineLength = Math.sqrt(dy * dy + dx * dx); in drawArrow() local
600 double ax = x1 + lineLength - arrowHeight; in drawArrow()