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.java115 CanvasViewInfo rootView = info.mRootView; in checkRefactoring()
DRefactoringTest.java302 testInfo.mRootView = rootView; in setupTestContext()
320 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.java578 CanvasViewInfo rootView = mRootView; in convertAnyToRelative()
600 CanvasViewInfo rootView = mRootView; in convertAnyToGridLayout()
639 protected CanvasViewInfo mRootView; field in ChangeLayoutRefactoring
643 mRootView = rootView; in setRootView()
DGridLayoutConverter.java108 private final CanvasViewInfo mRootView; field in GridLayoutConverter
121 mRootView = rootView; in GridLayoutConverter()
126 if (mRootView == null) { in convertToGridLayout()
131 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToGridLayout()
DRelativeLayoutConversionHelper.java110 private final CanvasViewInfo mRootView; field in RelativeLayoutConversionHelper
119 mRootView = rootView; in RelativeLayoutConversionHelper()
124 if (mRootView == null) { in convertToRelative()
129 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToRelative()