Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 42) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDevice.java134 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_COUNTRY_CODE); in saveConfigTo() local
140 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_NETWORK_CODE); in saveConfigTo() local
146 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_SCREEN_SIZE); in saveConfigTo() local
152 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_SCREEN_RATIO); in saveConfigTo() local
158 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_SCREEN_ORIENTATION); in saveConfigTo() local
164 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_PIXEL_DENSITY); in saveConfigTo() local
170 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_TOUCH_TYPE); in saveConfigTo() local
176 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_KEYBOARD_STATE); in saveConfigTo() local
182 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_TEXT_INPUT_METHOD); in saveConfigTo() local
188 Element node = createNode(doc, configNode, LayoutDevicesXsd.NODE_NAV_STATE); in saveConfigTo() local
[all …]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DXmlParserUtils.java30 public static Node getFirstChild(Node node, String xmlLocalName) { in getFirstChild()
58 public static String getXmlString(Node node, String xmlLocalName) { in getXmlString()
77 public static String getOptionalXmlString(Node node, String xmlLocalName) { in getOptionalXmlString()
87 public static int getXmlInt(Node node, String xmlLocalName, int defaultValue) { in getXmlInt()
100 public static long getXmlLong(Node node, String xmlLocalName, long defaultValue) { in getXmlLong()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeContentProvider.java50 UiElementNode node = (UiElementNode) parentElement; in getChildren() local
61 UiElementNode node = (UiElementNode) element; in getParent() local
71 UiElementNode node = (UiElementNode) element; in hasChildren() local
DUiModelTreeLabelProvider.java51 UiElementNode node = (UiElementNode) element; in getImage() local
76 UiElementNode node = (UiElementNode) element; in getText() local
DUiActions.java199 final UiElementNode node = last_node = nodes.get(i); in doUp() local
280 final UiElementNode node = last_node = nodes.get(i); in doDown() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java83 public boolean visit(StringLiteral node) { in visit()
141 private boolean examineVariableDeclaration(StringLiteral node) { in examineVariableDeclaration()
173 private boolean examineMethodInvocation(StringLiteral node) { in examineMethodInvocation()
282 private SimpleName methodHasContextArgument(StringLiteral node) { in methodHasContextArgument()
301 private boolean isClassDerivedFromContext(StringLiteral node) { in isClassDerivedFromContext()
311 private Expression findContextFieldOrMethod(StringLiteral node) { in findContextFieldOrMethod()
414 private <T extends ASTNode> T findParentClass(ASTNode node, Class<T> clazz) { in findParentClass()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java91 public static int getStartLine(Node node) { in getStartLine()
102 public static int getEndLine(Node node) { in getEndLine()
156 public static boolean isRoot(Node node) { in isRoot()
165 public static boolean is(Node node, String name) { in is()
174 public static int depth(Node node) { in depth()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java62 protected Widget attachNodeWidget(ViewNode node) { in attachNodeWidget()
70 private Widget createBox(ViewNode node, String nodeName, String id) { in createBox()
194 private final ViewNode node; field in ViewHierarchyScene.GradientWidget
203 public GradientWidget(ViewHierarchyScene scene, ViewNode node) { in GradientWidget()
252 public void nodeStateChanged(ViewNode node) { in nodeStateChanged()
256 public void nodeIndexChanged(ViewNode node) { in nodeIndexChanged()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java25 private ViewNode node; field in CaptureRenderer
28 CaptureRenderer(ImageIcon icon, ViewNode node) { in CaptureRenderer()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
DLayoutAnalysis.java94 public void addIssue(Node node, String description) { in addIssue()
133 void setCurrentNode(Node node) { in setCurrentNode()
164 public Issue(Node node, String description) { in Issue()
DLayoutAnalyzer.java229 private void analyze(LayoutAnalysis analysis, Node node) { in analyze()
243 private void applyRules(LayoutAnalysis analysis, Node node) { in applyRules()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DUiViewTreeEditPart.java28 public UiViewTreeEditPart(UiElementNode node) { in UiViewTreeEditPart()
DUiLayoutTreeEditPart.java30 public UiLayoutTreeEditPart(UiElementNode node) { in UiLayoutTreeEditPart()
DUiElementTreeEditPartFactory.java39 UiElementNode node = (UiElementNode) model; in createEditPart() local
DUiElementsEditPartFactory.java53 UiElementNode node = (UiElementNode) model; in createEditPart() local
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/
DRule.java40 void run(LayoutAnalysis analysis, Node node); in run()
DGroovyRule.java61 public void run(LayoutAnalysis analysis, Node node) { in run()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java29 public PropertiesTableModel(ViewNode node) { in PropertiesTableModel()
34 private void loadPrivateProperties(ViewNode node) { in loadPrivateProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java172 Node node = getManifestXmlNode(xmlDoc); in loadFromXml() local
185 Node node = (Node) xpath.evaluate("/" + manifest_desc.getXmlName(), //$NON-NLS-1$ in getManifestXmlNode() local
201 Node node = getManifestXmlNode(getXmlDocument(getModelForRead())); in onDescriptorsChanged() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java232 Node node = entry.getKey(); in combineRelativeLayout() local
284 private int[] getBiggestMarginInDirection(Node node, int resIndex, String relativeTo, in getBiggestMarginInDirection()
359 map.put(cleanUpIdReference(viewId), node); in computeIdNodeMap() local
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) { in getAttribute()
DUiElementPullParser.java110 private void push(UiElementNode node) { in push()
168 UiElementNode node = getCurrentNode(); in getAttributeCount() local
347 UiElementNode node = getCurrentNode(); in onNextFromStartTag() local
368 UiElementNode node = getCurrentNode(); in onNextFromEndTag() local
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
DXmlDocumentBuilder.java157 Node node = null; in setNodeLineNumber() local
183 Node node = mStack.removeLast(); in endElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DAttributeDescriptorLabelProvider.java40 UiAbstractTextAttributeNode node = (UiAbstractTextAttributeNode) element; in getImage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage2.java299 UiElementNode node = (UiElementNode) element; in getImage() local
325 UiElementNode node = (UiElementNode) element; in getText() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
DResourcesEditor.java125 Node node = (Node) xpath.evaluate("/" + resources_desc.getXmlName(), //$NON-NLS-1$ in xmlModelChanged() local

12