Home
last modified time | relevance | path

Searched refs:TestLayoutEditorDelegate (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoringTest.java49 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DUnwrapRefactoringTest.java46 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DWrapInRefactoringTest.java50 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DExtractStyleRefactoringTest.java138 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
165 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoringByOffset()
DRefactoringTest.java296 TestLayoutEditorDelegate layoutEditor = in setupTestContext()
297 new TestLayoutEditorDelegate(file, structuredDocument, null); in setupTestContext()
326 protected TestLayoutEditorDelegate mLayoutEditorDelegate;
DUseCompoundDrawableRefactoringTest.java100 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DChangeLayoutRefactoringTest.java119 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DExtractIncludeRefactoringTest.java140 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DAdtProjectTest.java426 protected static class TestLayoutEditorDelegate extends LayoutEditorDelegate { class in AdtProjectTest
428 public TestLayoutEditorDelegate( in TestLayoutEditorDelegate() method in AdtProjectTest.TestLayoutEditorDelegate