Home
last modified time | relevance | path

Searched refs:leafName (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java461 String leafName = ""; //$NON-NLS-1$ in run() local
466 leafName = m.group(2); in run()
510 currPath = newPath + leafName; in run()
511 if (leafName.length() > 0 && !filePaths.contains(currPath)) { in run()
526 if (leafName.length() > 0) { in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DNewItemSelectionDialog.java166 String leafName = f.getFullPath().removeFileExtension().lastSegment(); in getLeafFileName() local
167 return "*" + leafName; //$NON-NLS-1$ in getLeafFileName()