/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiActions.java | 279 Node xmlNode = uiNode.getXmlNode(); in doUpInternal() 285 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode(); in doUpInternal() 295 (uiPrev.getXmlNode() == null || !matchDescFilter(descriptorFilters, uiPrev))) { in doUpInternal() 299 if (uiPrev != null && uiPrev.getXmlNode() != null) { in doUpInternal() 301 Node xmlPrev = uiPrev.getXmlNode(); in doUpInternal() 323 Node xmlGrandParent = uiGrandParent == null ? null : uiGrandParent.getXmlNode(); in doUpInternal() 461 Node xmlNode = uiNode.getXmlNode(); in doDownInternal() 467 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode(); in doDownInternal() 477 (uiNext.getXmlNode() == null || !matchDescFilter(descriptorFilters, uiNext))) { in doDownInternal() 481 if (uiNext != null && uiNext.getXmlNode() != null) { in doDownInternal() [all …]
|
D | PasteAction.java | 82 Node xml_node = mUiNode.getUiChildren().get(0).getXmlNode(); in run() 93 Node xml_node = mUiNode.getXmlNode(); in run() 111 Node xml_node = mUiNode.getXmlNode(); in run()
|
D | CopyCutAction.java | 122 Node xml_node = uiNode.getXmlNode(); in run()
|
D | UiTreeBlock.java | 292 boolean exists = mAutoCreateRoot || (ui_node.getXmlNode() != null); in createTreeViewer() 520 if (uiNode.getXmlNode() != null) { in doCreateMenuAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiManifestElementNode.java | 73 getXmlNode() != null && in getShortDescription() 74 getXmlNode() instanceof Element && in getShortDescription() 75 getXmlNode().hasAttributes()) { in getShortDescription() 83 Element elem = (Element) getXmlNode(); in getShortDescription()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LintTooltip.java | 77 if (node.getXmlNode() != null) { in createContents() 78 id = node.getXmlNode().getNodeName(); in createContents()
|
D | FragmentMenu.java | 89 Element element = (Element) node.getXmlNode(); in addMenuItems() 222 String layout = getFragmentLayout(node.getXmlNode()); in getSelectedLayout() 244 Node xmlNode = node.getXmlNode(); in setNewLayout()
|
D | ListViewTypeMenu.java | 192 Node xmlNode = node.getXmlNode(); in getSelectedLayout() 211 Node xmlNode = node.getXmlNode(); in setNewType()
|
D | SelectionItem.java | 152 Node node = key.getXmlNode(); in getAsText()
|
D | CanvasViewInfo.java | 411 public Node getXmlNode() { in getXmlNode() method in CanvasViewInfo 414 return uiView.getXmlNode(); in getXmlNode() 565 Node node = curr.mUiViewNode.getXmlNode(); in getIncludeUrl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParser.java | 152 Node xmlNode = uiNode.getXmlNode(); in getAttribute() 172 NamedNodeMap attributes = node.getXmlNode().getAttributes(); in push() 364 Node xmlNode = uiNode.getXmlNode(); in getAttributeValue() 425 String layout = FragmentMenu.getFragmentLayout(getCurrentNode().getXmlNode()); in getName()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/ |
D | UiItemElementNode.java | 44 Node xmlNode = getXmlNode(); in getShortDescription()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 420 public Node getXmlNode() { in getXmlNode() method in UiElementNode 795 if (getXmlNode() == xmlNode) { in findXmlNode() 889 return getXmlNode(); in prepareCommit() 969 xmlNextSibling = uiNextSibling.getXmlNode(); in createXmlNode() 1018 indent = editor.getIndent(getUiPreviousSibling().getXmlNode()); in createXmlNode() 1203 if (uiChild.getXmlNode() != null && uiChild.getXmlNode() == xmlChild) { in updateElementList() 1221 if (uiChild.getXmlNode() == null && in updateElementList() 1296 } else if (mand == Mandatory.NOT_MANDATORY || uiChild.getXmlNode() != null) { in updateElementList() 1348 boolean xmlExists = (uiNode.getXmlNode() != null); in removeUiChildAtIndex()
|
D | UiTextValueNode.java | 54 Node xml_node = parent.getXmlNode(); in updateValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 378 if (uiNode.getXmlNode() != null) { in getStringAttr() 379 Node xmlNode = uiNode.getXmlNode(); in getStringAttr() 442 if (uiNode.getXmlNode() != null) { in getLiveAttributes() 443 Node xmlNode = uiNode.getXmlNode(); in getLiveAttributes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
D | UiViewElementNode.java | 144 Element e = (Element) getXmlNode(); in getIcon() 150 Node xmlNode = getXmlNode(); in getIcon()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
D | ApplicationToggle.java | 267 Node xml_node = getUiElementNode().getXmlNode(); in removeApplicationNode() 302 boolean exists = ui_node.getXmlNode() != null; in uiElementNodeUpdated()
|
D | ApplicationAttributesPart.java | 166 boolean exists = (ui_node.getXmlNode() != null); in uiElementNodeUpdated()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
D | OtherXmlEditorDelegate.java | 132 getUiRootNode().reloadFromXmlNode(getUiRootNode().getXmlNode()); in onDescriptorsChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlProperty.java | 167 Element element = (Element) mNode.getXmlNode(); 186 Element element = (Element) mNode.getXmlNode();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiElementNodeTest.java | 112 assertNull(ui.getUiChildren().get(0).getXmlNode()); in testMandatoryOrder() 114 assertNotNull(ui.getUiChildren().get(1).getXmlNode()); in testMandatoryOrder()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
D | MenuEditorDelegate.java | 172 getUiRootNode().reloadFromXmlNode(getUiRootNode().getXmlNode()); in onDescriptorsChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutMetadataTest.java | 51 Node node = uiNode.getXmlNode(); in testMetadata1()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestEditor.java | 503 Node node = sibling.getXmlNode(); in addPermissions() 565 Node node = sibling.getXmlNode(); in removePermissions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | RefactoringTest.java | 250 ViewInfo view = new ViewInfo(node.getXmlNode().getLocalName(), node, in create()
|