Searched refs:TestLayoutEditor (Results 1 – 8 of 8) sorted by relevance
46 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
49 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
50 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
137 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()164 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoringByOffset()
292 TestLayoutEditor layoutEditor = new TestLayoutEditor(file, structuredDocument, null); in setupTestContext()321 protected TestLayoutEditor mLayoutEditor;
114 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
140 TestLayoutEditor layoutEditor = info.mLayoutEditor; in checkRefactoring()
609 protected static class TestLayoutEditor extends LayoutEditor { class in AdtProjectTest614 public TestLayoutEditor(IFile file, IStructuredDocument structuredDocument, in TestLayoutEditor() method in AdtProjectTest.TestLayoutEditor