HomeSort by relevance Sort by last modified time
    Searched refs:uiChild (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 378 UiElementNode uiChild = uiParent.appendNewUiChild(childDesc);
382 uiChild.setAttributeValue(
393 uiChild, false /*updateLayout*/);
395 uiChild.createXmlNode();
399 addChild(uiChild, grandChildElement);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 203 for (UiElementNode uiChild : uiChildren) {
204 if (uiChild instanceof UiViewElementNode) {
205 nodes.add(mFactory.create((UiViewElementNode) uiChild));
  /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/descriptors/
DescriptorsUtils.java     [all...]

Completed in 2597 milliseconds