Home
last modified time | relevance | path

Searched refs:newLayoutFile (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/gle2/
DGraphicalEditorPart.java637 File newLayoutFile = new File(newLayoutFolder.getAbsolutePath() + in createAlternateLayout() local
640 newLayoutFile.createNewFile(); in createAlternateLayout()
644 FileOutputStream fos = new FileOutputStream(newLayoutFile); in createAlternateLayout()