Searched refs:newPath (Results 1 – 5 of 5) sorted by relevance
479 String newPath = sb.toString(); in run() local481 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()
212 String newPath = sb.toString(); in resetFolderPath() local213 mValues.folderPath = newPath; in resetFolderPath()214 mWsFolderPathTextField.setText(newPath); in resetFolderPath()
979 String newPath = null; in updateFolderPath() local985 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()
154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML); in checkRefactoring() local155 fileToGolden.put(newPath, layoutName + DOT_XML); in checkRefactoring()
218 IPath newPath = refactoring.getStyleFile(getProject()).getProjectRelativePath(); in checkRefactoring() local219 fileToGolden.put(newPath, styleFileName); in checkRefactoring()