Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 17 of 17) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java49 addChild(widgetLayer); in ViewHierarchyScene()
50 addChild(connectionLayer); in ViewHierarchyScene()
66 widgetLayer.addChild(widget); in attachNodeWidget()
85 box.addChild(label); in createBox()
95 box.addChild(label); in createBox()
103 box.addChild(label); in createBox()
122 connectionLayer.addChild(connectionWidget); in attachEdgeWidget()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java80 public void addChild(GLCallNode n) { in addChild() method in GLCallGroups.GLTreeNode
162 hierarchyStack.peek().addChild(group); in constructCallHierarchy()
182 hierarchyStack.peek().addChild(leaf); in constructCallHierarchy()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfo.java591 private void addChild(@NonNull CanvasViewInfo child) { in addChild() method in CanvasViewInfo
734 mergeView.addChild(view); in create()
737 rootView.addChild(mergeView); in create()
757 merge.addChild(rootView); in create()
869 view.addChild(childView); in createSubtree()
900 view.addChild(childView); in createSubtree()
951 view.addChild(childView); in createSubtree()
955 view.addChild(childView); in createSubtree()
976 view.addChild(childView); in createSubtree()
1009 parentView.addChild(childView); in addMismatched()
[all …]
DClipboardSupport.java364 addChild(uiNew, childElement); in pasteInEmptyDocument()
368 private void addChild(UiElementNode uiParent, IDragElement childElement) { in pasteInEmptyDocument()
399 addChild(uiChild, grandChildElement); in pasteInEmptyDocument()
DGraphicalEditorPart.java2502 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2514 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2528 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java225 rootEdit.addChild(edit); in computeChanges()
250 rootEdit.addChild(deletion); in computeChanges()
348 rootEdit.addChild(deletion); in computeChanges()
366 rootEdit.addChild(beginEdit); in computeChanges()
385 rootEdit.addChild(newline); in computeChanges()
395 rootEdit.addChild(endEdit); in computeChanges()
DChangeViewRefactoring.java182 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + open, in computeChanges()
187 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + close, oldLength, in computeChanges()
207 rootEdit.addChild(edit); in computeChanges()
DChangeLayoutRefactoring.java243 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, name)); in computeChanges()
245 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close, oldLength, name)); in computeChanges()
261 rootEdit.addChild(edit); in computeChanges()
382 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, in convertLinearToTable()
385 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close, in convertLinearToTable()
DVisualRefactoring.java990 rootEdit.addChild(setAttribute); in addAttributeDeclaration()
1034 rootEdit.addChild(setAttribute); in replaceAttributeDeclaration()
1062 rootEdit.addChild(deletion); in removeAttribute()
1106 rootEdit.addChild(deletion); in removeElementTags()
1128 rootEdit.addChild(deletion); in removeElementTags()
1171 rootEdit.addChild(new DeleteEdit(lineStart, indentLength)); in removeIndentation()
1201 rootEdit.addChild(new ReplaceEdit(lineStart, indentEnd, indent)); in setIndentation()
1360 newEdit.addChild(format); in reformat()
DUseCompoundDrawableRefactoring.java348 rootEdit.addChild(edit); in computeChanges()
362 rootEdit.addChild(replace); in computeChanges()
DExtractIncludeRefactoring.java358 rootEdit.addChild(replace); in handleIncludingFile()
371 rootEdit.addChild(edit); in handleIncludingFile()
DGridLayoutConverter.java263 mRootEdit.addChild(replace); in insertStretchableSpans()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
DApplicationPackageNameRefactoring.java171 rewrittenImports.addChild( irw.rewriteImports(null) ); in updateJavaFileImports()
272 multiEdit.addChild(edit); in editXmlResourceFile()
371 multiEdit.addChild(edit); in editAndroidManifest()
388 multiEdit.addChild(edit); in editAndroidManifest()
444 edit.addChild(textEdit); in visit()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAnnotation.java232 edit.addChild(importEdits); in addSuppressAnnotation()
234 edit.addChild(annotationEdits); in addSuppressAnnotation()
279 edit.addChild(importEdits); in addTargetApiAnnotation()
281 edit.addChild(annotationEdits); in addTargetApiAnnotation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java1618 multiEdit.addChild(edit);
1838 edit.addChild(subEdit);
1844 edit.addChild(subEdit);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java798 rootEdit.addChild(new ReplaceEdit(0, currentXml.length(), contents)); in merge()
980 rootEdit.addChild(new InsertEdit(0, contents)); in instantiate()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java360 edit.addChild(replaceEdit); in format()