Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeFactory.java56 public NodeProxy create(UiViewElementNode uiNode) { in create()
70 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) { in create()
DNodeProxy.java77 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) { in NodeProxy()
327 UiElementNode uiNode = mNode; in getStringAttr() local
359 UiElementNode uiNode = mNode; in getAttributeInfo() local
401 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.java56 abstract protected void selectUiNode(UiElementNode uiNode); in selectUiNode()
66 public void doAdd(UiElementNode uiNode, Shell shell) { in doAdd()
76 public void doAdd(UiElementNode uiNode, in doAdd()
266 UiElementNode uiNode, in doUpInternal()
349 UiElementNode uiNode) { in matchDescFilter()
446 UiElementNode uiNode, in doDownInternal()
DUiTreeBlock.java928 UiElementNode uiNode = (UiElementNode)element; in select() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java43 UiElementNode uiNode = pair.getSecond(); in testMetadata1() local
128 UiElementNode uiNode = pair.getSecond(); in testMetadata2() 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.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java205 UiAttributeNode uiNode = desc.createUiNode(this); in getInternalUiAttributes() local
764 UiElementNode uiNode = this; in findUiChildNode() local
1154 UiElementNode uiNode = null; in updateElementList() local
1285 UiElementNode uiNode = mUiChildren.get(uiIndex); in removeUiChildAtIndex() local
1338 UiElementNode uiNode; in appendNewUiChild() local
1359 UiElementNode uiNode; in insertNewUiChild() local
DUiListAttributeNode.java159 UiElementNode uiNode = getUiParent(); in getPossibleValues() local
DUiFlagAttributeNode.java145 UiElementNode uiNode = getUiParent(); in getPossibleValues() local
DUiResourceAttributeNode.java136 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.java143 UiElementNode uiNode = getCurrentNode(); in getAttribute() local
345 UiElementNode uiNode = getCurrentNode(); in getAttributeValue() local
DProjectCallback.java549 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.java244 UiElementNode uiNode = getUiParent(); in getProject() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtils.java764 public static String getFreeWidgetId(UiElementNode uiNode) { in getFreeWidgetId()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderService.java488 UiViewElementNode uiNode = (UiViewElementNode) info.getCookie(); in measureChildren() local
DLayoutMetadata.java332 public AdapterBinding getNodeBinding(Object viewObject, UiViewElementNode uiNode) { in getNodeBinding()
DCanvasViewInfo.java487 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.java155 UiViewElementNode uiNode = infos.get(0).getUiViewNode(); in checkInitialConditions() local
DVisualRefactoring.java200 UiViewElementNode uiNode = viewInfo.getUiViewNode(); in VisualRefactoring() local
667 UiViewElementNode uiNode = viewInfo.getUiViewNode(); in initElements() local