Home
last modified time | relevance | path

Searched defs:rootEdit (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java224 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
327 private void addMissingWrapContentAttributes(MultiTextEdit rootEdit, Element layout, in addMissingWrapContentAttributes()
350 private void convertLinearToTable(MultiTextEdit rootEdit) { in convertLinearToTable()
389 private void convertLinearToRelative(MultiTextEdit rootEdit) { in convertLinearToRelative()
445 private void removeOrientationAttribute(MultiTextEdit rootEdit, Element layout) { in removeOrientationAttribute()
455 private void convertRelativeToLinear(MultiTextEdit rootEdit) { in convertRelativeToLinear()
488 private void convertGeneric(MultiTextEdit rootEdit, String oldType, String newType, in convertGeneric()
504 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout) { in removeUndefinedAttrs()
508 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout, in removeUndefinedAttrs()
575 private void convertAnyToRelative(MultiTextEdit rootEdit, String oldType, String newType) { in convertAnyToRelative()
[all …]
DVisualRefactoring.java847 protected String ensureIdMatchesType(Element element, String newType, MultiTextEdit rootEdit) { in ensureIdMatchesType()
877 protected String ensureHasId(MultiTextEdit rootEdit, Element element, String prefix) { in ensureHasId()
949 protected void setAttribute(MultiTextEdit rootEdit, Element element, in setAttribute()
964 private void addAttributeDeclaration(MultiTextEdit rootEdit, int offset, in addAttributeDeclaration()
980 private void replaceAttributeDeclaration(MultiTextEdit rootEdit, int offset, in replaceAttributeDeclaration()
1033 protected void removeAttribute(MultiTextEdit rootEdit, Element element, String uri, in removeAttribute()
1042 protected void removeAttribute(MultiTextEdit rootEdit, Attr attribute) { in removeAttribute()
1064 protected void removeElementTags(MultiTextEdit rootEdit, Element element, List<Element> skip, in removeElementTags()
1134 protected void removeIndentation(MultiTextEdit rootEdit, String removeIndent, in removeIndentation()
1165 protected void setIndentation(MultiTextEdit rootEdit, String indent, in setIndentation()
DChangeViewRefactoring.java156 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
214 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element element) { in removeUndefinedAttrs()
DUnwrapRefactoring.java175 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DExtractIncludeRefactoring.java340 MultiTextEdit rootEdit = new MultiTextEdit(); in handleIncludingFile() local
DWrapInRefactoring.java203 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DExtractStyleRefactoring.java344 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DGridLayoutConverter.java116 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in GridLayoutConverter()
DRelativeLayoutConversionHelper.java114 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in RelativeLayoutConversionHelper()