Home
last modified time | relevance | path

Searched refs:mLayoutEditorDelegate (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/
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()
DUseCompoundDrawableRefactoringTest.java100 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DChangeLayoutRefactoringTest.java119 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DExtractIncludeRefactoringTest.java140 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; in checkRefactoring()
DRefactoringTest.java308 testInfo.mLayoutEditorDelegate = layoutEditor; in setupTestContext()
326 protected TestLayoutEditorDelegate mLayoutEditorDelegate; field in RefactoringTest.TestContext