Home
last modified time | relevance | path

Searched defs:uiNode (Results 1 – 19 of 19) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeFactory.java57 public NodeProxy create(UiViewElementNode uiNode) { in create()
71 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) { in create()
DNodeProxy.java81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) { in NodeProxy()
362 UiElementNode uiNode = mNode; in getStringAttr() local
395 UiElementNode uiNode = mNode; in getAttributeInfo() local
440 UiElementNode uiNode = mNode; in getLiveAttributes() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java57 abstract protected void selectUiNode(UiElementNode uiNode); in selectUiNode()
67 public void doAdd(UiElementNode uiNode, Shell shell) { in doAdd()
77 public void doAdd(UiElementNode uiNode, in doAdd()
269 UiElementNode uiNode, in doUpInternal()
352 UiElementNode uiNode) { in matchDescFilter()
450 UiElementNode uiNode, in doDownInternal()
DUiTreeBlock.java935 UiElementNode uiNode = (UiElementNode)element; in select() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DMockNodeProxy.java64 UiViewElementNode uiNode = new UiViewElementNode(desc); in makeUiViewNode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java50 UiElementNode uiNode = pair.getSecond(); in testMetadata1() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java207 UiAttributeNode uiNode = desc.createUiNode(this); in getInternalUiAttributes() local
767 UiElementNode uiNode = this; in findUiChildNode() local
1172 UiElementNode uiNode = null; in updateElementList() local
1320 UiElementNode uiNode = mUiChildren.get(uiIndex); in removeUiChildAtIndex() local
1373 UiElementNode uiNode; in appendNewUiChild() local
1394 UiElementNode uiNode; in insertNewUiChild() local
DUiListAttributeNode.java159 UiElementNode uiNode = getUiParent(); in getPossibleValues() local
DUiFlagAttributeNode.java145 UiElementNode uiNode = getUiParent(); in getPossibleValues() local
DUiResourceAttributeNode.java158 UiElementNode uiNode = getUiParent(); in showDialog() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DUiElementPart.java204 …protected int insertUiAttributes(UiElementNode uiNode, Composite table, IManagedForm managedForm) { in insertUiAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java149 UiElementNode uiNode = getCurrentNode(); in getAttribute() local
361 UiElementNode uiNode = getCurrentNode(); in getAttributeValue() local
DProjectCallback.java612 UiViewElementNode uiNode = (UiViewElementNode) adapterCookie; in getAdapterBinding() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiPackageAttributeNode.java246 UiElementNode uiNode = getUiParent(); in getProject() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadata.java329 @NonNull UiViewElementNode uiNode) { in getNodeBinding()
DRenderService.java643 UiViewElementNode uiNode = (UiViewElementNode) info.getCookie(); in measureChildren() local
DCanvasViewInfo.java513 UiViewElementNode uiNode = getUiViewNode(); in toSimpleElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java159 UiViewElementNode uiNode = infos.get(0).getUiViewNode(); in checkInitialConditions() local
DVisualRefactoring.java201 UiViewElementNode uiNode = viewInfo.getUiViewNode(); in VisualRefactoring() local
674 UiViewElementNode uiNode = viewInfo.getUiViewNode(); in initElements() local