HomeSort by relevance Sort by last modified time
    Searched refs:folderSegments (Results 1 - 8 of 8) sorted by null

  /sdk/common/src/com/android/resources/
ResourceFolderType.java 73 String[] folderSegments = folderName.split(AndroidConstants.RES_QUALIFIER_SEP);
76 return getTypeByName(folderSegments[0]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 164 String[] folderSegments = wsFolderPath.split(AndroidConstants.RES_QUALIFIER_SEP);
166 if (folderSegments.length > 0) {
167 String folderName = folderSegments[0];
171 mConfigSelector.setConfiguration(folderSegments);
NewXmlFileCreationPage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 585 String[] folderSegments = wsFolderPath.split(AndroidConstants.RES_QUALIFIER_SEP);
587 if (folderSegments.length > 0) {
588 String folderName = folderSegments[0];
593 mConfigSelector.setConfiguration(folderSegments);
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 258 String[] folderSegments = folder.getName().split(AndroidConstants.RES_QUALIFIER_SEP);
261 ResourceFolderType type = ResourceFolderType.getTypeByName(folderSegments[0]);
265 FolderConfiguration config = FolderConfiguration.getConfig(folderSegments);
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 70 * @param folderSegments The segments of the folder name. The first segments should contain
74 public static FolderConfiguration getConfig(String[] folderSegments) {
86 for (int i = 1 ; i < folderSegments.length; i++) {
87 String seg = folderSegments[i];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 500 * @param folderSegments the segments of the folder name,
504 public boolean setConfiguration(String[] folderSegments) {
505 FolderConfiguration config = FolderConfiguration.getConfig(folderSegments);
524 String[] folderSegments = folderName.split(AndroidConstants.RES_QUALIFIER_SEP);
526 return setConfiguration(folderSegments);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]

Completed in 870 milliseconds