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/
H A DChangeLayoutRefactoringTest.java120 CanvasViewInfo rootView = info.mRootView;
H A DRefactoringTest.java307 testInfo.mRootView = rootView;
325 protected CanvasViewInfo mRootView; field in class:RefactoringTest.TestContext
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DChangeLayoutRefactoring.java585 CanvasViewInfo rootView = mRootView;
607 CanvasViewInfo rootView = mRootView;
646 protected CanvasViewInfo mRootView; field in class:ChangeLayoutRefactoring
650 mRootView = rootView;
H A DGridLayoutConverter.java115 private final CanvasViewInfo mRootView; field in class:GridLayoutConverter
128 mRootView = rootView;
133 if (mRootView == null) {
138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
H A DRelativeLayoutConversionHelper.java109 private final CanvasViewInfo mRootView; field in class:RelativeLayoutConversionHelper
118 mRootView = rootView;
123 if (mRootView == null) {
128 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);

Completed in 114 milliseconds