Home
last modified time | relevance | path

Searched refs:mRootView (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoringTest.java120 CanvasViewInfo rootView = info.mRootView; in checkRefactoring()
DRefactoringTest.java307 testInfo.mRootView = rootView; in setupTestContext()
325 protected CanvasViewInfo mRootView; field in RefactoringTest.TestContext
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java585 CanvasViewInfo rootView = mRootView; in convertAnyToRelative()
607 CanvasViewInfo rootView = mRootView; in convertAnyToGridLayout()
646 protected CanvasViewInfo mRootView; field in ChangeLayoutRefactoring
650 mRootView = rootView; in setRootView()
DGridLayoutConverter.java115 private final CanvasViewInfo mRootView; field in GridLayoutConverter
128 mRootView = rootView; in GridLayoutConverter()
133 if (mRootView == null) { in convertToGridLayout()
138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToGridLayout()
DRelativeLayoutConversionHelper.java109 private final CanvasViewInfo mRootView; field in RelativeLayoutConversionHelper
118 mRootView = rootView; in RelativeLayoutConversionHelper()
123 if (mRootView == null) { in convertToRelative()
128 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToRelative()