Home
last modified time | relevance | path

Searched refs:RES_FOLDER_ABS (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java54 static final String RES_FOLDER_ABS = AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP; field in ChooseConfigurationPage
148 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length()); in onWsFolderPathUpdated()
157 if (wsFolderPath.startsWith(RES_FOLDER_ABS)) { in onWsFolderPathUpdated()
158 wsFolderPath = wsFolderPath.substring(RES_FOLDER_ABS.length()); in onWsFolderPathUpdated()
208 StringBuilder sb = new StringBuilder(RES_FOLDER_ABS); in resetFolderPath()
258 if (!wsFolderPath.startsWith(RES_FOLDER_ABS)) { in validatePage()
259 error = String.format("Target folder must start with %1$s.", RES_FOLDER_ABS); in validatePage()
DNewXmlFileCreationPage.java27 …tic com.android.ide.eclipse.adt.internal.wizards.newxmlfile.ChooseConfigurationPage.RES_FOLDER_ABS;
985 newPath = RES_FOLDER_ABS + config.getFolderName(type.getResFolderType()); in updateFolderPath()
989 if (wsFolderPath.startsWith(RES_FOLDER_ABS)) { in updateFolderPath()
991 "^(" + RES_FOLDER_ABS +")[^-]*(.*)", //$NON-NLS-1$ //$NON-NLS-2$ in updateFolderPath()
994 newPath = RES_FOLDER_ABS + config.getFolderName(type.getResFolderType()); in updateFolderPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java85 private static final String RES_FOLDER_ABS = field in ExtractStringInputPage
475 StringBuffer sb = new StringBuffer(RES_FOLDER_ABS); in run()
569 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length()); in modifyText()
576 if (wsFolderPath.startsWith(RES_FOLDER_ABS)) { in modifyText()
577 wsFolderPath = wsFolderPath.substring(RES_FOLDER_ABS.length()); in modifyText()