Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java230 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
333 private void addMissingWrapContentAttributes(MultiTextEdit rootEdit, Element layout, in addMissingWrapContentAttributes()
356 private void convertLinearToTable(MultiTextEdit rootEdit) { in convertLinearToTable()
395 private void convertLinearToRelative(MultiTextEdit rootEdit) { in convertLinearToRelative()
451 private void removeOrientationAttribute(MultiTextEdit rootEdit, Element layout) { in removeOrientationAttribute()
461 private void convertRelativeToLinear(MultiTextEdit rootEdit) { in convertRelativeToLinear()
494 private void convertGeneric(MultiTextEdit rootEdit, String oldType, String newType, in convertGeneric()
510 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout) { in removeUndefinedAttrs()
514 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout, in removeUndefinedAttrs()
581 private void convertAnyToRelative(MultiTextEdit rootEdit, String oldType, String newType) { in convertAnyToRelative()
[all …]
DVisualRefactoring.java852 protected String ensureIdMatchesType(Element element, String newType, MultiTextEdit rootEdit) { in ensureIdMatchesType()
882 protected String ensureHasId(MultiTextEdit rootEdit, Element element, String prefix) { in ensureHasId()
886 protected String ensureHasId(MultiTextEdit rootEdit, Element element, String prefix, in ensureHasId()
961 protected void setAttribute(MultiTextEdit rootEdit, Element element, in setAttribute()
976 private void addAttributeDeclaration(MultiTextEdit rootEdit, int offset, in addAttributeDeclaration()
992 private void replaceAttributeDeclaration(MultiTextEdit rootEdit, int offset, in replaceAttributeDeclaration()
1045 protected void removeAttribute(MultiTextEdit rootEdit, Element element, String uri, in removeAttribute()
1054 protected void removeAttribute(MultiTextEdit rootEdit, Attr attribute) { in removeAttribute()
1076 protected void removeElementTags(MultiTextEdit rootEdit, Element element, List<Element> skip, in removeElementTags()
1146 protected void removeIndentation(MultiTextEdit rootEdit, String removeIndent, in removeIndentation()
[all …]
DChangeViewRefactoring.java162 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
220 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element element) { in removeUndefinedAttrs()
DUnwrapRefactoring.java181 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DUseCompoundDrawableRefactoring.java200 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DWrapInRefactoring.java209 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DExtractIncludeRefactoring.java347 MultiTextEdit rootEdit = new MultiTextEdit(); in handleIncludingFile() local
DExtractStyleRefactoring.java350 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DGridLayoutConverter.java121 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in GridLayoutConverter()
DRelativeLayoutConversionHelper.java113 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in RelativeLayoutConversionHelper()