Home
last modified time | relevance | path

Searched refs:TestLayoutEditor (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapRefactoringTest.java46 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
DChangeViewRefactoringTest.java49 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
DWrapInRefactoringTest.java50 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
DExtractStyleRefactoringTest.java137 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
164 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoringByOffset()
DRefactoringTest.java292 TestLayoutEditor layoutEditor = new TestLayoutEditor(file, structuredDocument, null); in setupTestContext()
321 protected TestLayoutEditor mLayoutEditor;
DChangeLayoutRefactoringTest.java114 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
DExtractIncludeRefactoringTest.java140 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
DAdtProjectTest.java609 protected static class TestLayoutEditor extends LayoutEditor { class in AdtProjectTest
614 public TestLayoutEditor(IFile file, IStructuredDocument structuredDocument, in TestLayoutEditor() method in AdtProjectTest.TestLayoutEditor