Searched defs:mRootView (Results 1 - 21 of 21) sorted by relevance

/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/base/tests/ImfTest/src/com/android/imftest/samples/
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 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 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 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 DButtonActivity.java33 private View mRootView; field in class:ButtonActivity
72 mRootView = layout;
76 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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java45 private final View mRootView; field in class:QSFooter
62 mRootView = LayoutInflater.from(context)
64 mRootView.setOnClickListener(this);
65 mFooterText = (TextView) mRootView.findViewById(R.id.footer_text);
66 mFooterIcon = (ImageView) mRootView.findViewById(R.id.footer_icon);
90 return mRootView;
94 return mRootView.getVisibility() != View.GONE;
201 mRootView.setVisibility(mIsVisible ? View.VISIBLE : View.GONE);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java43 private View mRootView; field in class:SearchOrbView
167 mRootView = inflater.inflate(getLayoutResourceId(), this, true);
168 mSearchOrbView = mRootView.findViewById(R.id.search_orb);
169 mIcon = (ImageView) mRootView.findViewById(R.id.icon);
250 mRootView.animate().scaleX(zoom).scaleY(zoom).setDuration(mScaleDurationMs).start();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java117 private View mRootView; field in class:PlaybackOverlayFragment
197 if (mRootView != null) {
198 mRootView.getBackground().setAlpha(alpha);
660 if (mRootView != null) {
667 mRootView.setBackground(new ColorDrawable(color));
723 mRootView = super.onCreateView(inflater, container, savedInstanceState);
727 return mRootView;
732 mRootView = null;
H A DPlaybackOverlaySupportFragment.java119 private View mRootView; field in class:PlaybackOverlaySupportFragment
199 if (mRootView != null) {
200 mRootView.getBackground().setAlpha(alpha);
662 if (mRootView != null) {
669 mRootView.setBackground(new ColorDrawable(color));
725 mRootView = super.onCreateView(inflater, container, savedInstanceState);
729 return mRootView;
734 mRootView = null;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java262 View mRootView; field in class:InputMethodService
720 mRootView = mInflater.inflate(
722 mRootView.setSystemUiVisibility(
724 mWindow.setContentView(mRootView);
725 mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener(mInsetsComputer);
726 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer);
732 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea);
734 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
741 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
742 mInputFrame = (FrameLayout)mRootView
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java115 View mRootView; field in class:VoiceInteractionSession
988 mRootView.invalidate();
989 mRootView.getViewTreeObserver().addOnPreDrawListener(
993 mRootView.getViewTreeObserver().removeOnPreDrawListener(this);
1020 mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener(
1034 mRootView = mInflater.inflate(
1036 mRootView.setSystemUiVisibility(
1039 mWindow.setContentView(mRootView);
1040 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer);
1042 mContentFrame = (FrameLayout)mRootView
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java144 protected View mRootView; field in class:PhotoViewController
309 mRootView = findViewById(R.id.photo_activity_root_view);
311 mRootView.setOnSystemUiVisibilityChangeListener(getSystemUiVisibilityChangeListener());
757 Util.announceForAccessibility(mRootView, mAccessibilityManager, announcement);
926 final int totalWidth = mRootView.getMeasuredWidth();
927 final int totalHeight = mRootView.getMeasuredHeight();
1013 final int totalWidth = mRootView.getMeasuredWidth();
1014 final int totalHeight = mRootView.getMeasuredHeight();
1130 int totalWidth = mRootView.getMeasuredWidth();
1135 final View base = mRootView;
[all...]
/frameworks/base/core/java/android/view/
H A DView.java18074 final View v = mAttachInfo.mRootView;
21547 View mRootView; field in class:View.AttachInfo

Completed in 420 milliseconds