HomeSort by relevance Sort by last modified time
    Searched full:uisibling (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 110 * @param uiSibling An existing UI node before which to insert the new node. Can be null.
116 UiElementNode uiSibling,
122 if (uiSibling != null && uiSibling.getUiParent() != uiParent) {
123 uiSibling = null;
126 UiElementNode uiNew = addNewTreeElement(uiParent, uiSibling, descriptor, updateLayout);
355 * @param uiSibling An existing UI node to insert right before. Can be null.
361 final UiElementNode uiSibling,
368 if (uiChild == uiSibling) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 116 UiElementNode uiSibling = sibling != null ? sibling.getUiNode() : null;
118 UiElementNode uiNode = actions.addElement(uiParent, uiSibling, descriptor,

Completed in 303 milliseconds