Searched defs:ids (Results 1 - 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DChangeViewRefactoringTest.java44 String... ids) throws Exception {
45 assertTrue(ids.length > 0);
50 List<Element> selectedElements = getElements(info.mElement, ids);
43 checkRefactoring(String basename, String newType, String... ids) argument
H A DWrapInRefactoringTest.java45 private void checkRefactoring(String basename, String fqcn, String... ids) throws Exception { argument
46 assertTrue(ids.length > 0);
51 List<Element> selectedElements = getElements(info.mElement, ids);
H A DExtractIncludeRefactoringTest.java135 int expectedModifiedFileCount, boolean createDiffs, String... ids) throws Exception {
136 assertTrue(ids.length > 0);
141 List<Element> selectedElements = getElements(info.mElement, ids);
133 checkRefactoring(String basename, String layoutName, boolean replaceOccurrences, Map<IPath,String> extraFiles, int expectedModifiedFileCount, boolean createDiffs, String... ids) argument
H A DExtractStyleRefactoringTest.java133 int expectedModifiedFileCount, String... ids) throws Exception {
134 assertTrue(ids.length > 0);
139 List<Element> selectedElements = getElements(info.mElement, ids);
131 checkRefactoring(String basename, String styleFileName, String newStyleName, boolean removeExtracted, boolean applyStyle, String parentStyle, int expectedModifiedFileCount, String... ids) argument
H A DRefactoringTest.java95 protected static List<Element> getElements(Element root, String... ids) { argument
97 for (String id : ids) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DClientRulesEngine.java312 /** Find declared ids under the given DOM node */
313 private static void addIds(Node node, Set<String> ids) { argument
318 ids.add(BaseViewRule.stripIdPrefix(id));
325 addIds(child, ids);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
H A DBaseViewRule.java81 // Strings used as internal ids, group ids and prefixes for actions
747 @NonNull List<String> ids) {
749 ids.add(TRUE_ID);
752 ids.add(FALSE_ID);
755 ids.add(RuleAction.SEPARATOR);
758 ids.add(CLEAR_ID);
776 @NonNull List<String> ids) {
778 ids.add(entry.getKey());
783 ids
775 addChoices(@onNull List<String> titles, @NonNull List<URL> iconUrls, @NonNull List<String> ids) argument
[all...]

Completed in 66 milliseconds