Searched defs:oldType (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeViewWizard.java | 56 String oldType = null; in addUserInputPages() local 76 public InputPage(IProject project, String oldType) { in InputPage() 104 private List<String> getWidgetTypes(String oldType, Combo combo) { in getWidgetTypes()
|
D | WrapInWizard.java | 64 String oldType = ref.getOldType(); in addUserInputPages() local 76 public InputPage(IProject project, String oldType) { in InputPage() 166 String oldType, Combo combo, in addLayouts()
|
D | ChangeLayoutWizard.java | 57 String oldType = ref.getOldType(); in addUserInputPages() local 69 public InputPage(IProject project, String oldType) { in InputPage()
|
D | ChangeLayoutRefactoring.java | 269 String oldType = getOldType(); in computeChanges() local 335 String oldType, String newType, Set<Element> skip) { in addMissingWrapContentAttributes() 495 private void convertGeneric(MultiTextEdit rootEdit, String oldType, String newType, in convertGeneric() 582 private void convertAnyToRelative(MultiTextEdit rootEdit, String oldType, String newType) { in convertAnyToRelative() 635 String oldType = primary.getTagName(); in getOldType() local
|
D | ChangeViewRefactoring.java | 270 String oldType = primary.getTagName(); in getOldTypes() local
|
D | WrapInRefactoring.java | 412 String oldType = primary.getTagName(); in getOldType() local
|
D | VisualRefactoring.java | 855 String oldType = element.getTagName(); in ensureIdMatchesType() local
|