Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 77) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DManifestElementDescriptor.java49 ElementDescriptor[] children, in ManifestElementDescriptor()
70 ElementDescriptor[] children, in ManifestElementDescriptor()
90 ElementDescriptor[] children) { in ManifestElementDescriptor()
101 public ManifestElementDescriptor(String xml_name, ElementDescriptor[] children) { in ManifestElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDocumentDescriptor.java46 public DocumentDescriptor(String xml_name, ElementDescriptor[] children) { in DocumentDescriptor()
DElementDescriptor.java84 ElementDescriptor[] children, in ElementDescriptor()
112 ElementDescriptor[] children, in ElementDescriptor()
135 public ElementDescriptor(String xml_name, ElementDescriptor[] children, Mandatory mandatory) { in ElementDescriptor() method in ElementDescriptor
147 public ElementDescriptor(String xml_name, ElementDescriptor[] children) { in ElementDescriptor() method in ElementDescriptor
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockNodeList.java37 public MockNodeList(MockXmlNode[] children) { in MockNodeList()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java48 ElementDescriptor[] children = getRootDescriptor().getChildren(); in getChoicesForElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
DItemElementDescriptor.java47 ElementDescriptor[] children, boolean mandatory) { in ItemElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java279 List<UiElementNode> children = appUiNode.getUiChildren(); in updateFromExistingMarkers() local
301 List<UiElementNode> children = app_ui_node.getUiChildren(); in processMarkerChanges() local
304 processMarker(markerDelta.getMarker(), children, markerDelta.getKind()); in processMarkerChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTableLayoutRule.java89 final List<? extends INode> children) { in addLayoutActions()
99 final List<? extends INode> children) { in addTableLayoutActions()
DTableRowRule.java52 final List<? extends INode> children) { in addLayoutActions()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DUseCompoundDrawableDetector.java81 List<Element> children = LintUtils.getChildren(element); in visitElement() local
DScrollViewChildDetector.java81 List<Element> children = LintUtils.getChildren(element); in visitElement() local
DStateListDetector.java78 List<Element> children = LintUtils.getChildren(root); in visitDocument() local
DInefficientWeightDetector.java114 List<Element> children = LintUtils.getChildren(element); in visitElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodeRenderingHelperTest.java242 private MockXmlNode createLinearLayout(boolean horizontal, MockXmlNode[] children) { in createLinearLayout()
251 private MockXmlNode createRelativeLayout(MockXmlNode[] children) { in createRelativeLayout()
/sdk/traceview/src/com/android/traceview/
DProfileNode.java28 ProfileData[] children, boolean isParent, boolean isRecursive) { in ProfileNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java198 NodeList children = e.getChildNodes(); in initElements() local
363 NodeList children = layout.getChildNodes(); in convertLinearToTable() local
410 NodeList children = layout.getChildNodes(); in convertLinearToRelative() local
426 NodeList children = layout.getChildNodes(); in convertLinearToRelative() local
528 NodeList children = layout.getChildNodes(); in removeUndefinedAttrs() local
DUseCompoundDrawableRefactoring.java144 List<Element> children = DomUtilities.getChildren(layout); in checkInitialConditions() local
213 List<Element> children = DomUtilities.getChildren(layout); in computeChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java249 ViewElementDescriptor[] children = null; in createViewDescriptor() local
306 ElementDescriptor[] children) { in CustomViewDescriptor()
DViewElementDescriptor.java95 ElementDescriptor[] children, boolean mandatory) { in ViewElementDescriptor()
/sdk/layoutlib_api/sample/src/com/example/android/render/
DMain.java156 List<ViewInfo> children = info.getChildren(); in displayView() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DViewHierarchy.java238 List<UiElementNode> children = model.getUiChildren(); in createMergeInfo() local
251 List<UiElementNode> children = model.getUiChildren(); in hasMergeRoot() local
499 List<CanvasViewInfo> children = canvasViewInfo.getChildren(); in findViewInfoAt_Recursive() local
DCanvasViewInfo.java239 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>(); in getUniqueChildren() local
254 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>(mChildren.size()); in getUniqueChildren() local
860 List<ViewInfo> children = viewInfo.getChildren(); in createSubtree() local
993 List<ViewInfo> children, LinkedList<UiViewElementNode> unused) { in addMismatched()
1142 private UiViewElementNode nextViewNode(List<ViewInfo> children, int index) { in nextViewNode()
DRenderService.java278 List<UiElementNode> children = mModel.getUiChildren(); in createRenderSession() local
484 List<ViewInfo> children = root.getChildren(); in measureChildren() local
DOutlinePage.java618 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getUniqueChildren(); in getChildren() local
637 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getChildren(); in hasChildren() local
1087 Set<INode> children = new HashSet<INode>(); in move() local
1177 List<UiElementNode> children = curr.getUiChildren(); in findPrevious() local
DDomUtilities.java136 NodeList children = node.getChildNodes(); in hasElementChildren() local
550 NodeList children = element.getChildNodes(); in getChildren() local
752 NodeList children = element.getChildNodes(); in findCorresponding() local

1234