Home
last modified time | relevance | path

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

123

/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.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.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/manifest/
DManifestEditor.java272 List<UiElementNode> children = appUiNode.getUiChildren(); in updateFromExistingMarkers() local
294 List<UiElementNode> children = app_ui_node.getUiChildren(); in processMarkerChanges() local
297 processMarker(markerDelta.getMarker(), children, markerDelta.getKind()); in processMarkerChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
DItemElementDescriptor.java47 ElementDescriptor[] children, boolean mandatory) { in ItemElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTableLayoutRule.java88 final List<? extends INode> children) { in addLayoutActions()
98 final List<? extends INode> children) { in addTableLayoutActions()
DTableRowRule.java52 final List<? extends INode> children) { in addLayoutActions()
/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.java195 NodeList children = e.getChildNodes(); in initElements() local
357 NodeList children = layout.getChildNodes(); in convertLinearToTable() local
404 NodeList children = layout.getChildNodes(); in convertLinearToRelative() local
420 NodeList children = layout.getChildNodes(); in convertLinearToRelative() local
522 NodeList children = layout.getChildNodes(); in removeUndefinedAttrs() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java251 ViewElementDescriptor[] children = null; in createViewDescriptor() local
308 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.java236 List<UiElementNode> children = model.getUiChildren(); in createMergeInfo() local
249 List<UiElementNode> children = model.getUiChildren(); in hasMergeRoot() local
497 List<CanvasViewInfo> children = canvasViewInfo.getChildren(); in findViewInfoAt_Recursive() local
DOutlinePage.java417 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getUniqueChildren(); in getChildren() local
434 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getChildren(); in hasChildren() local
825 Set<INode> children = new HashSet<INode>(); in move() local
914 List<UiElementNode> children = curr.getUiChildren(); in findPrevious() local
DCanvasViewInfo.java227 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>(); in getUniqueChildren() local
242 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>(mChildren.size()); in getUniqueChildren() local
832 List<ViewInfo> children = viewInfo.getChildren(); in createSubtree() local
965 List<ViewInfo> children, LinkedList<UiViewElementNode> unused) { in addMismatched()
1114 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
DDomUtilities.java111 NodeList children = node.getChildNodes(); in hasElementChildren() local
514 NodeList children = element.getChildNodes(); in getChildren() local
716 NodeList children = element.getChildNodes(); in findCorresponding() local
DOutlineDropListener.java118 Set<INode> children = new HashSet<INode>(); in performDrop() local
/sdk/ide_common/src/com/android/ide/common/resources/
DFrameworkResources.java128 NodeList children = document.getDocumentElement().getChildNodes(); in loadPublicResources() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java71 public TestDragElement add(TestDragElement... children) { in add()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java194 List<Element> children = DomUtilities.getChildren(element); in createModel() local
252 List<ViewInfo> children = new ArrayList<ViewInfo>(); in create() local
/sdk/chimpchat/src/com/android/chimpchat/core/
DChimpView.java167 List<IChimpView> children = new ArrayList<IChimpView>(); in getChildren() local

123