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

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordFragment.java50 private View mRootView; field in class:UserDictionaryAddWordFragment
61 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
64 mContents = new UserDictionaryAddWordContents(mRootView, getArguments());
66 return mRootView;
106 (Spinner)mRootView.findViewById(R.id.user_dictionary_add_locale);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListFragment.java82 private View mRootView; field in class:GroupBrowseListFragment
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);
133 mAddAccountsView = mRootView.findViewById(R.id.add_accounts);
134 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);
147 return mRootView;
H A DGroupDetailFragment.java98 private View mRootView; field in class:GroupDetailFragment
151 mRootView = inflater.inflate(R.layout.group_detail_fragment, container, false);
152 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title);
153 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
154 mGroupSourceViewContainer = (ViewGroup) mRootView.findViewById(
156 mEmptyView = mRootView.findViewById(android.R.id.empty);
157 mMemberListView = (ListView) mRootView.findViewById(android.R.id.list);
161 return mRootView;
H A DGroupEditorFragment.java178 private ViewGroup mRootView; field in class:GroupEditorFragment
210 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
211 return mRootView;
386 View oldEditorView = mRootView.findViewWithTag(CURRENT_EDITOR_TAG);
388 mRootView.removeView(oldEditorView);
390 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
396 editorView = mRootView.findViewWithTag(CURRENT_EDITOR_TAG);
459 mRootView.addView(editorView);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java65 private View mRootView; field in class:SharePopup
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/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java70 View mRootView; field in class:RunningServiceDetails
83 View mRootView; field in class:RunningServiceDetails.ActiveDetail
262 detail.mRootView = root;
338 detail.mRootView = root;
424 mAllDetails.removeView(mActiveDetails.get(i).mRootView);
516 mRootView = view;
H A DRunningProcessesView.java91 View mRootView; field in class:RunningProcessesView.ActiveItem
183 ai.mRootView = rootView;
471 if (ai.mRootView.getWindowToken() == null) {
H A DInstalledAppDetails.java117 private View mRootView; field in class:InstalledAppDetails
432 mRootView = view;
542 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
667 TextView autoLaunchTitleView = (TextView) mRootView.findViewById(R.id.auto_launch_title);
668 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
727 LinearLayout permsView = (LinearLayout) mRootView.findViewById(R.id.permissions_section);
805 TextView descr = (TextView) mRootView.findViewById(
1318 (TextView) mRootView.findViewById(R.id.auto_launch_title);
1319 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
H A DManageApplications.java188 public View mRootView; field in class:ManageApplications.TabInfo
238 if (mRootView != null) {
239 return mRootView;
243 mRootView = inflater.inflate(mListType == LIST_TYPE_RUNNING
246 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
248 mListContainer = mRootView.findViewById(R.id.list_container);
278 mRunningProcessesView = (RunningProcessesView)mRootView.findViewById(
284 return mRootView;
288 if (mRootView != null) {
289 ViewGroup group = (ViewGroup)mRootView
456 private View mRootView; field in class:ManageApplications
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java109 private View mRootView; field in class:ConfirmAddDetailActivity
255 mRootView = findViewById(R.id.root_view);
741 mRootView.setVisibility(View.VISIBLE);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java77 private final View mRootView; field in class:MoviePlayer
118 mRootView = rootView;
194 mRootView.setBackgroundColor(Color.BLACK);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageDetail.java118 private View mRootView; field in class:PowerUsageDetail
151 mRootView = view;
197 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
204 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
207 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
210 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
211 mForceStopButton = (Button)mRootView.findViewById(R.id.left_button);
212 mReportButton = (Button)mRootView.findViewById(R.id.right_button);
215 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
218 final ImageView icon = (ImageView) mRootView
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java176 private View mRootView; field in class:PanoramaModule
227 mRootView = (ViewGroup) parent;
620 mPanoProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_pan_progress_bar);
634 mLeftIndicator = mRootView.findViewById(R.id.pano_pan_left_indicator);
635 mRightIndicator = mRootView.findViewById(R.id.pano_pan_right_indicator);
638 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
640 mPreviewArea = (LayoutNotifyView) mRootView.findViewById(R.id.pano_preview_area);
643 mSavingProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_saving_progress_bar);
649 mCaptureIndicator = mRootView.findViewById(R.id.pano_capture_indicator);
651 mReviewLayout = mRootView
[all...]
H A DPhotoModule.java127 private View mRootView; field in class:PhotoModule
438 mRootView = parent;
450 mActivity.getLayoutInflater().inflate(R.layout.photo_module, (ViewGroup) mRootView);
769 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
1748 mBlocker = mRootView.findViewById(R.id.blocker);
1749 mMenu = mRootView.findViewById(R.id.menu);
1764 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
1765 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);
1766 mReviewRetakeButton = mRootView.findViewById(R.id.btn_retake);
1806 mRenderOverlay = (RenderOverlay) mRootView
[all...]
H A DVideoModule.java123 private View mRootView; field in class:VideoModule
359 mPreviewSurfaceView = (PreviewSurfaceView) mRootView.findViewById(R.id.preview_surface_view);
381 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
417 mRootView = root;
438 mActivity.getLayoutInflater().inflate(R.layout.video_module, (ViewGroup) mRootView);
2094 mBlocker = mRootView.findViewById(R.id.blocker);
2095 mMenu = mRootView.findViewById(R.id.menu);
2104 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
2105 mFlashIndicator = (ImageView) mRootView.findViewById(R.id.menu_flash_indicator);
2111 mReviewDoneButton = (Rotatable) mRootView
[all...]

Completed in 397 milliseconds