OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uiChild
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java
574
UiElementNode
uiChild
= uiChildren.get(i);
575
if (
uiChild
.getDescriptor().getMandatory() == Mandatory.MANDATORY_LAST) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
796
for (UiElementNode
uiChild
: mUiChildren) {
797
UiElementNode found =
uiChild
.findXmlNode(xmlNode);
[
all
...]
Completed in 365 milliseconds