Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java165 String[] folderSegments = wsFolderPath.split(SdkConstants.RES_QUALIFIER_SEP); in onWsFolderPathUpdated() local
167 if (folderSegments.length > 0) { in onWsFolderPathUpdated()
168 String folderName = folderSegments[0]; in onWsFolderPathUpdated()
172 mConfigSelector.setConfiguration(folderSegments); in onWsFolderPathUpdated()
DNewXmlFileCreationPage.java735 String[] folderSegments = targetWsFolderPath.split(RES_QUALIFIER_SEP); in initializeFromSelection() local
736 if (folderSegments.length > 0) { in initializeFromSelection()
737 mValues.configuration = FolderConfiguration.getConfig(folderSegments); in initializeFromSelection()
738 String folderName = folderSegments[0]; in initializeFromSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java584 String[] folderSegments = wsFolderPath.split(SdkConstants.RES_QUALIFIER_SEP); in modifyText() local
586 if (folderSegments.length > 0) { in modifyText()
587 String folderName = folderSegments[0]; in modifyText()
592 mConfigSelector.setConfiguration(folderSegments); in modifyText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DConfigurationSelector.java522 public boolean setConfiguration(String[] folderSegments) { in setConfiguration() argument
523 FolderConfiguration config = FolderConfiguration.getConfig(folderSegments); in setConfiguration()
542 String[] folderSegments = folderName.split(SdkConstants.RES_QUALIFIER_SEP); in setConfiguration() local
544 return setConfiguration(folderSegments); in setConfiguration()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java1632 String[] folderSegments = file.getParent().getName().split(
1637 folderSegments[0]);