HomeSort by relevance Sort by last modified time
    Searched refs:mRootView (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
BigEditTextActivityNonScrollablePanScan.java 30 private View mRootView;
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;
BigEditTextActivityNonScrollableResize.java 30 private View mRootView;
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;
BigEditTextActivityScrollablePanScan.java 31 private View mRootView;
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;
BigEditTextActivityScrollableResize.java 31 private View mRootView;
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;
ManyEditTextActivityScrollResize.java 34 private View mRootView;
40 mRootView = new ScrollView(this);
53 ((ScrollView) mRootView).addView(layout);
54 setContentView(mRootView);
59 return mRootView;
BottomEditTextActivityPanScan.java 36 private View mRootView;
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;
BottomEditTextActivityResize.java 36 private View mRootView;
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;
ManyEditTextActivityNoScrollPanScan.java 41 private View mRootView;
48 mRootView = new LinearLayout(this);
49 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL);
56 ((LinearLayout) mRootView).addView(editText);
58 setContentView(mRootView);
63 return mRootView;
ManyEditTextActivityScrollPanScan.java 41 private View mRootView;
47 mRootView = new ScrollView(this);
60 ((ScrollView) mRootView).addView(layout);
61 setContentView(mRootView);
66 return mRootView;
OneEditTextActivityNotSelected.java 40 private View mRootView;
50 mRootView = new ScrollView(this);
61 ((ScrollView) mRootView).addView(layout);
62 setContentView(mRootView);
66 return mRootView;
OneEditTextActivitySelected.java 39 private View mRootView;
49 mRootView = new ScrollView(this);
56 ((ScrollView) mRootView).addView(layout);
57 setContentView(mRootView);
65 return mRootView;
ButtonActivity.java 33 private View mRootView;
72 mRootView = layout;
76 return mRootView;
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 34 private ViewGroup mRootView;
42 mRootView = getActivity().getRootView();
49 mRootView,
58 mRootView,
67 mRootView,
76 mRootView,
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 49 private final View mRootView;
101 mRootView = parent;
102 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
106 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
110 mFocusUI = (FocusOverlay) mRootView.findViewById(R.id.focus_overlay);
111 mVideoHints = (VideoRecordingHints) mRootView.findViewById(R.id.video_shooting_hints);
160 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
161 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
162 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
165 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels)
    [all...]
CaptureModuleUI.java 47 private final View mRootView;
130 mRootView = parent;
133 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
137 mPreviewView = (TextureView) mRootView.findViewById(R.id.preview_content);
139 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
140 mProgressOverlay = (ProgressOverlay) mRootView.findViewById(R.id.progress_overlay);
142 mFocusUI = (FocusOverlayManager.FocusUI) mRootView.findViewById(R.id.focus_overlay);
143 mCountdownView = (CountDownView) mRootView.findViewById(R.id.count_down_view);
PhotoUI.java 65 private final View mRootView;
229 mRootView = parent;
231 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
235 mFocusUI = (FocusUI) mRootView.findViewById(R.id.focus_overlay);
236 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
237 mCountdownView = (CountDownView) mRootView.findViewById(R.id.count_down_view);
240 mFaceView = (FaceView) mRootView.findViewById(R.id.face_view);
251 mIntentReviewImageView = (ImageView) mRootView.findViewById(R.id.intent_review_imageview);
324 mRootView.post(mRunnableForNextFrame);
330 return mRootView;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 56 private View mRootView;
71 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
76 mContents = new UserDictionaryAddWordContents(mRootView, getArguments());
83 mContents = new UserDictionaryAddWordContents(mRootView,
88 return mRootView;
136 (Spinner)mRootView.findViewById(R.id.user_dictionary_add_locale);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooter.java 43 private final View mRootView;
60 mRootView = LayoutInflater.from(context)
62 mRootView.setOnClickListener(this);
63 mFooterText = (TextView) mRootView.findViewById(R.id.footer_text);
64 mFooterIcon = (ImageView) mRootView.findViewById(R.id.footer_icon);
88 return mRootView;
92 return mRootView.getVisibility() != View.GONE;
246 mRootView.setVisibility(mIsVisible ? View.VISIBLE : View.GONE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 50 private View mRootView;
65 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
70 mContents = new UserDictionaryAddWordContents(mRootView, getArguments());
77 mContents = new UserDictionaryAddWordContents(mRootView,
82 return mRootView;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 82 private View mRootView;
111 mRootView = inflater.inflate(R.layout.group_browse_list_fragment, null);
112 mEmptyView = (TextView)mRootView.findViewById(R.id.empty);
118 mListView = (AutoScrollListView) mRootView.findViewById(R.id.list);
135 mAddAccountsView = mRootView.findViewById(R.id.add_accounts);
136 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);
149 return mRootView;
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettings.java 45 private View mRootView;
63 mRootView = getWindow().getDecorView().findViewById(android.R.id.content);
64 mRootView.setTranslationX(mSlidOutTranslationX);
118 mRootView.animate().cancel();
119 mRootView.animate().translationX(0).start();
124 mRootView.animate().cancel();
125 mRootView.animate().translationX(mSlidOutTranslationX).start();
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 68 private View mRootView;
95 mRootView = view;
118 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
121 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
123 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
125 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
127 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon);
132 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
133 mForceStopButton = (Button)mRootView.findViewById(R.id.right_button);
134 mReportButton = (Button)mRootView.findViewById(R.id.left_button)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 65 private View mRootView;
145 mRootView = sharePopup.findViewById(R.id.root);
146 LayoutParams params = mRootView.getLayoutParams();
149 mRootView.setLayoutParams(params);
166 int hPaddingRootView = mRootView.getPaddingLeft() + mRootView.getPaddingRight();
167 int vPaddingRootView = mRootView.getPaddingTop() + mRootView.getPaddingBottom();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationOverlayItem.java 42 protected View mRootView;
196 return mRootView;
ConversationViewAdapter.java 198 mRootView = v;
204 mRootView = view;
209 return mRootView.findViewById(R.id.reply_button);
293 mRootView = v;
298 return mRootView.findViewById(R.id.upper_header);
391 mRootView = view;
431 mRootView = v;
505 mRootView = v;
773 if (mItems.get(i).mRootView == curr) {
779 if (item.mRootView != null && !scraps.contains(item.mRootView) &
    [all...]

Completed in 318 milliseconds

1 2 3