Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java231 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
334 private void addMissingWrapContentAttributes(MultiTextEdit rootEdit, Element layout, in addMissingWrapContentAttributes()
357 private void convertLinearToTable(MultiTextEdit rootEdit) { in convertLinearToTable()
396 private void convertLinearToRelative(MultiTextEdit rootEdit) { in convertLinearToRelative()
452 private void removeOrientationAttribute(MultiTextEdit rootEdit, Element layout) { in removeOrientationAttribute()
462 private void convertRelativeToLinear(MultiTextEdit rootEdit) { in convertRelativeToLinear()
495 private void convertGeneric(MultiTextEdit rootEdit, String oldType, String newType, in convertGeneric()
511 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout) { in removeUndefinedAttrs()
515 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element layout, in removeUndefinedAttrs()
582 private void convertAnyToRelative(MultiTextEdit rootEdit, String oldType, String newType) { in convertAnyToRelative()
[all …]
DVisualRefactoring.java854 protected String ensureIdMatchesType(Element element, String newType, MultiTextEdit rootEdit) { in ensureIdMatchesType()
884 protected String ensureHasId(MultiTextEdit rootEdit, Element element, String prefix) { in ensureHasId()
888 protected String ensureHasId(MultiTextEdit rootEdit, Element element, String prefix, in ensureHasId()
963 protected void setAttribute(MultiTextEdit rootEdit, Element element, in setAttribute()
978 private void addAttributeDeclaration(MultiTextEdit rootEdit, int offset, in addAttributeDeclaration()
994 private void replaceAttributeDeclaration(MultiTextEdit rootEdit, int offset, in replaceAttributeDeclaration()
1047 protected void removeAttribute(MultiTextEdit rootEdit, Element element, String uri, in removeAttribute()
1056 protected void removeAttribute(MultiTextEdit rootEdit, Attr attribute) { in removeAttribute()
1078 protected void removeElementTags(MultiTextEdit rootEdit, Element element, List<Element> skip, in removeElementTags()
1148 protected void removeIndentation(MultiTextEdit rootEdit, String removeIndent, in removeIndentation()
[all …]
DChangeViewRefactoring.java165 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
223 private void removeUndefinedAttrs(MultiTextEdit rootEdit, Element element) { in removeUndefinedAttrs()
DUnwrapRefactoring.java182 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DExtractIncludeRefactoring.java348 MultiTextEdit rootEdit = new MultiTextEdit(); in handleIncludingFile() local
DWrapInRefactoring.java210 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DUseCompoundDrawableRefactoring.java211 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DExtractStyleRefactoring.java354 MultiTextEdit rootEdit = new MultiTextEdit(); in computeChanges() local
DGridLayoutConverter.java123 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in GridLayoutConverter()
DRelativeLayoutConversionHelper.java113 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) { in RelativeLayoutConversionHelper()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeMoveParticipant.java245 MultiTextEdit rootEdit = new MultiTextEdit(); in addXmlFileChanges() local
DAndroidTypeRenameParticipant.java386 MultiTextEdit rootEdit = new MultiTextEdit(); in addXmlFileChanges() local
DRenameResourceParticipant.java513 MultiTextEdit rootEdit = new MultiTextEdit(); in addResourceXmlChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java797 MultiTextEdit rootEdit = new MultiTextEdit(); in merge() local
979 MultiTextEdit rootEdit = new MultiTextEdit(); in instantiate() local