HomeSort by relevance Sort by last modified time
    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 578 UiElementNode uiChild = uiChildren.get(i);
579 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 799 for (UiElementNode uiChild : mUiChildren) {
800 UiElementNode found = uiChild.findXmlNode(xmlNode);
    [all...]

Completed in 58 milliseconds