| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
| D | ManifestElementDescriptor.java | 49 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/ |
| D | DocumentDescriptor.java | 46 public DocumentDescriptor(String xml_name, ElementDescriptor[] children) { in DocumentDescriptor()
|
| D | ElementDescriptor.java | 84 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/ |
| D | MockNodeList.java | 37 public MockNodeList(MockXmlNode[] children) { in MockNodeList()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| D | LayoutContentAssist.java | 48 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/ |
| D | ItemElementDescriptor.java | 47 ElementDescriptor[] children, boolean mandatory) { in ItemElementDescriptor()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
| D | ManifestEditor.java | 279 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/ |
| D | TableLayoutRule.java | 89 final List<? extends INode> children) { in addLayoutActions() 99 final List<? extends INode> children) { in addTableLayoutActions()
|
| D | TableRowRule.java | 52 final List<? extends INode> children) { in addLayoutActions()
|
| /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
| D | UseCompoundDrawableDetector.java | 81 List<Element> children = LintUtils.getChildren(element); in visitElement() local
|
| D | ScrollViewChildDetector.java | 81 List<Element> children = LintUtils.getChildren(element); in visitElement() local
|
| D | StateListDetector.java | 78 List<Element> children = LintUtils.getChildren(root); in visitDocument() local
|
| D | InefficientWeightDetector.java | 114 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/ |
| D | ExplodeRenderingHelperTest.java | 242 private MockXmlNode createLinearLayout(boolean horizontal, MockXmlNode[] children) { in createLinearLayout() 251 private MockXmlNode createRelativeLayout(MockXmlNode[] children) { in createRelativeLayout()
|
| /sdk/traceview/src/com/android/traceview/ |
| D | ProfileNode.java | 28 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/ |
| D | ChangeLayoutRefactoring.java | 198 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
|
| D | UseCompoundDrawableRefactoring.java | 144 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/ |
| D | CustomViewDescriptorService.java | 249 ViewElementDescriptor[] children = null; in createViewDescriptor() local 306 ElementDescriptor[] children) { in CustomViewDescriptor()
|
| D | ViewElementDescriptor.java | 95 ElementDescriptor[] children, boolean mandatory) { in ViewElementDescriptor()
|
| /sdk/layoutlib_api/sample/src/com/example/android/render/ |
| D | Main.java | 156 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/ |
| D | ViewHierarchy.java | 238 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
|
| D | CanvasViewInfo.java | 239 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()
|
| D | RenderService.java | 278 List<UiElementNode> children = mModel.getUiChildren(); in createRenderSession() local 484 List<ViewInfo> children = root.getChildren(); in measureChildren() local
|
| D | OutlinePage.java | 618 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
|
| D | DomUtilities.java | 136 NodeList children = node.getChildNodes(); in hasElementChildren() local 550 NodeList children = element.getChildNodes(); in getChildren() local 752 NodeList children = element.getChildNodes(); in findCorresponding() local
|