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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 614 File newLayoutFile = new File(newLayoutFolder.getAbsolutePath() +
617 newLayoutFile.createNewFile();
621 FileOutputStream fos = new FileOutputStream(newLayoutFile);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java     [all...]

Completed in 48 milliseconds