HomeSort by relevance Sort by last modified time
    Searched defs:findLineStart (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 97 int lineStart = findLineStart(doc, offset);
217 int prevLineStart = findLineStart(doc, begin);
283 public static int findLineStart(IDocument document, int offset) throws BadLocationException {
326 int lineStart = findLineStart(doc, command.offset);
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 212 milliseconds