Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java56 static final String RES_FOLDER_REL = SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP; field in ChooseConfigurationPage
147 if (wsFolderPath.startsWith(RES_FOLDER_REL)) { in onWsFolderPathUpdated()
148 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length()); in onWsFolderPathUpdated()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java88 private static final String RES_FOLDER_REL = field in ExtractStringInputPage
568 if (wsFolderPath.startsWith(RES_FOLDER_REL)) { in modifyText()
569 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length()); in modifyText()