Searched refs:mRootView (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollablePanScan.java30 private View mRootView; field in class:BigEditTextActivityNonScrollablePanScan
39 mRootView = new LinearLayout(this);
40 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
41 mRootView.setLayoutParams(new ViewGroup.LayoutParams(
46 R.layout.full_screen_edit_text, ((LinearLayout) mRootView), false);
48 ((LinearLayout) mRootView).addView(view);
52 setContentView(mRootView);
56 return mRootView;
H A DBigEditTextActivityNonScrollableResize.java30 private View mRootView; field in class:BigEditTextActivityNonScrollableResize
39 mRootView = new LinearLayout(this);
40 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
41 mRootView.setLayoutParams(new ViewGroup.LayoutParams(
46 R.layout.full_screen_edit_text, ((LinearLayout) mRootView), false);
48 ((LinearLayout) mRootView).addView(view);
52 setContentView(mRootView);
56 return mRootView;
H A DBigEditTextActivityScrollablePanScan.java31 private View mRootView; field in class:BigEditTextActivityScrollablePanScan
41 mRootView = new ScrollView(this);
42 ((ScrollView) mRootView).setFillViewport(true);
43 mRootView.setLayoutParams(new ViewGroup.LayoutParams(
54 R.layout.full_screen_edit_text, ((ScrollView) mRootView), false);
58 ((ScrollView) mRootView).addView(mLayout);
61 setContentView(mRootView);
65 return mRootView;
H A DBigEditTextActivityScrollableResize.java31 private View mRootView; field in class:BigEditTextActivityScrollableResize
41 mRootView = new ScrollView(this);
42 ((ScrollView) mRootView).setFillViewport(true);
43 mRootView.setLayoutParams(new ViewGroup.LayoutParams(
54 R.layout.full_screen_edit_text, ((ScrollView) mRootView), false);
58 ((ScrollView) mRootView).addView(mLayout);
61 setContentView(mRootView);
65 return mRootView;
H A DManyEditTextActivityScrollResize.java34 private View mRootView; field in class:ManyEditTextActivityScrollResize
40 mRootView = new ScrollView(this);
53 ((ScrollView) mRootView).addView(layout);
54 setContentView(mRootView);
59 return mRootView;
H A DBottomEditTextActivityPanScan.java36 private View mRootView; field in class:BottomEditTextActivityPanScan
44 mRootView = new LinearLayout(this);
45 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
49 ((LinearLayout) mRootView).addView(view);
51 setContentView(mRootView);
56 return mRootView;
H A DBottomEditTextActivityResize.java36 private View mRootView; field in class:BottomEditTextActivityResize
44 mRootView = new LinearLayout(this);
45 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
49 ((LinearLayout) mRootView).addView(view);
51 setContentView(mRootView);
56 return mRootView;
H A DManyEditTextActivityNoScrollPanScan.java41 private View mRootView; field in class:ManyEditTextActivityNoScrollPanScan
48 mRootView = new LinearLayout(this);
49 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
56 ((LinearLayout) mRootView).addView(editText);
58 setContentView(mRootView);
63 return mRootView;
H A DManyEditTextActivityScrollPanScan.java41 private View mRootView; field in class:ManyEditTextActivityScrollPanScan
47 mRootView = new ScrollView(this);
60 ((ScrollView) mRootView).addView(layout);
61 setContentView(mRootView);
66 return mRootView;
H A DOneEditTextActivityNotSelected.java40 private View mRootView; field in class:OneEditTextActivityNotSelected
50 mRootView = new ScrollView(this);
61 ((ScrollView) mRootView).addView(layout);
62 setContentView(mRootView);
66 return mRootView;
H A DOneEditTextActivitySelected.java39 private View mRootView; field in class:OneEditTextActivitySelected
49 mRootView = new ScrollView(this);
56 ((ScrollView) mRootView).addView(layout);
57 setContentView(mRootView);
65 return mRootView;
H A DButtonActivity.java33 private View mRootView; field in class:ButtonActivity
72 mRootView = layout;
76 return mRootView;
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DLinearLayoutGridTest.java34 private ViewGroup mRootView; field in class:LinearLayoutGridTest
42 mRootView = getActivity().getRootView();
49 mRootView,
58 mRootView,
67 mRootView,
76 mRootView,
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java118 protected View mRootView; field in class:PhotoViewActivity
245 mRootView = findViewById(R.id.photo_activity_root_view);
627 mRootView.setSystemUiVisibility(flags);
799 final int totalWidth = mRootView.getMeasuredWidth();
800 final int totalHeight = mRootView.getMeasuredHeight();
886 final int totalWidth = mRootView.getMeasuredWidth();
887 final int totalHeight = mRootView.getMeasuredHeight();
998 int totalWidth = mRootView.getMeasuredWidth();
1003 final View base = mRootView;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java117 protected View mRootView; field in class:PhotoViewActivity
244 mRootView = findViewById(R.id.photo_activity_root_view);
626 mRootView.setSystemUiVisibility(flags);
798 final int totalWidth = mRootView.getMeasuredWidth();
799 final int totalHeight = mRootView.getMeasuredHeight();
885 final int totalWidth = mRootView.getMeasuredWidth();
886 final int totalHeight = mRootView.getMeasuredHeight();
997 int totalWidth = mRootView.getMeasuredWidth();
1002 final View base = mRootView;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java259 View mRootView; field in class:InputMethodService
688 mRootView = mInflater.inflate(
690 mRootView.setSystemUiVisibility(
692 mWindow.setContentView(mRootView);
693 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer);
699 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea);
701 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
708 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
709 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
721 mRootView
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1532 DisplayMetrics metrics = attachInfo.mRootView.getResources().getDisplayMetrics();
H A DViewRootImpl.java477 mAttachInfo.mRootView = view;
506 mAttachInfo.mRootView = null;
526 mAttachInfo.mRootView = null;
2850 mAttachInfo.mRootView = null;
H A DView.java15770 final View v = mAttachInfo.mRootView;
18707 View mRootView; field in class:View.AttachInfo

Completed in 302 milliseconds