Home
last modified time | relevance | path

Searched refs:xmlFile (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/gle2/
DLayoutCanvas.java1162 IFile xmlFile = null; in showInclude() local
1166 xmlFile = (IFile) workspace.findMember(relativePath); in showInclude()
1168 xmlFile = workspace.getFileForLocation(filePath); in showInclude()
1170 if (xmlFile != null) { in showInclude()
1175 IEditorPart openAlready = EditorUtility.isOpenInEditor(xmlFile); in showInclude()
1192 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, in showInclude()
1200 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INCLUDE, next); in showInclude()
1208 EditorUtility.openInEditor(xmlFile, true); in showInclude()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java970 for (IFile xmlFile : findAllResXmlFiles()) { in checkFinalConditions()
971 if (xmlFile != null) { in checkFinalConditions()
972 List<Change> changes = computeXmlSourceChanges(xmlFile, in checkFinalConditions()