OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDropIdMap
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java
142
final Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
AbsoluteLayoutRule.java
160
final Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
BaseLayoutRule.java
333
protected static Map<String, Pair<String, String>>
getDropIdMap
(INode targetNode,
351
* @see #
getDropIdMap
372
* Used by #
getDropIdMap
to find new IDs in case of conflict.
426
* Used by #
getDropIdMap
to find existing IDs recursively.
583
final Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
[
all
...]
GridLayoutRule.java
323
Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
645
Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
RelativeLayoutRule.java
188
final Map<String, Pair<String, String>> idMap =
getDropIdMap
(targetNode, elements,
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java
146
* Test {@link BaseLayoutRule#
getDropIdMap
}
154
Map<String, Pair<String, String>> idMap = baseLayout.
getDropIdMap
(node, elements, true);
Completed in 156 milliseconds