HomeSort by relevance Sort by last modified time
    Searched full:insertatindex (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/
ExtractStyleRefactoring.java 337 int insertAtIndex;
341 insertAtIndex = context.getFirst();
344 insertAtIndex = 0;
351 addFile.setEdit(new InsertEdit(insertAtIndex, styleString));
457 int insertAtIndex = -1;
473 insertAtIndex = region.getStartOffset() + region.getLength();
497 if (insertAtIndex == -1) {
499 insertAtIndex = contents.indexOf("</" + TAG_RESOURCES + ">"); //$NON-NLS-1$
500 if (insertAtIndex == -1) {
501 insertAtIndex = contents.length()
    [all...]

Completed in 1412 milliseconds