OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collectids
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java
55
/** Test {@link BaseLayoutRule#
collectIds
}: Check that basic lookup of id works */
60
Map<String, Pair<String, String>> ids = new BaseLayoutRule().
collectIds
(idMap, elements);
66
* Test {@link BaseLayoutRule#
collectIds
}: Check that with the wrong URI we
75
Map<String, Pair<String, String>> ids = new BaseLayoutRule().
collectIds
(idMap, elements);
103
* Test {@link BaseLayoutRule#
collectIds
}: Check that with multiple elements and
110
Map<String, Pair<String, String>> ids = new BaseLayoutRule().
collectIds
(idMap, elements);
129
baseLayout.
collectIds
(idMap, elements);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java
338
collectIds
(idMap, elements);
353
protected static Map<String, Pair<String, String>>
collectIds
(
365
collectIds
(idMap, element.getInnerElements());
[
all
...]
Completed in 368 milliseconds