Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java479 String newPath = sb.toString(); in run() local
481 if (newPath.equals(currPath) && newPath.equals(mLastFolderUsedInCombo)) { in run()
488 TreeSet<String> filePaths = mFolderCache.get(newPath); in run()
493 IFolder folder = mProject.getFolder(newPath); in run()
499 filePaths.add(newPath + name); in run()
507 mFolderCache.put(newPath, filePaths); in run()
510 currPath = newPath + leafName; in run()
537 mLastFolderUsedInCombo = newPath; in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java212 String newPath = sb.toString(); in resetFolderPath() local
213 mValues.folderPath = newPath; in resetFolderPath()
214 mWsFolderPathTextField.setText(newPath); in resetFolderPath()
DNewXmlFileCreationPage.java979 String newPath = null; in updateFolderPath() local
985 newPath = RES_FOLDER_ABS + config.getFolderName(type.getResFolderType()); in updateFolderPath()
994 newPath = RES_FOLDER_ABS + config.getFolderName(type.getResFolderType()); in updateFolderPath()
998 if (newPath != null && !newPath.equals(wsFolderPath)) { in updateFolderPath()
999 mValues.folderPath = newPath; in updateFolderPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoringTest.java154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML); in checkRefactoring() local
155 fileToGolden.put(newPath, layoutName + DOT_XML); in checkRefactoring()
DExtractStyleRefactoringTest.java218 IPath newPath = refactoring.getStyleFile(getProject()).getProjectRelativePath(); in checkRefactoring() local
219 fileToGolden.put(newPath, styleFileName); in checkRefactoring()