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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsSummary.java38 private View mRootView; field in class:AppOpsSummary
98 mRootView = rootView;
H A DAppOpsDetails.java57 private View mRootView; field in class:AppOpsDetails
63 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
189 mRootView = view;
H A DProcessStatsDetail.java68 private View mRootView; field in class:ProcessStatsDetail
100 mRootView = view;
123 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
126 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
128 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
130 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
132 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon);
137 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
138 mForceStopButton = (Button)mRootView.findViewById(R.id.right_button);
139 mReportButton = (Button)mRootView
[all...]
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.java92 View mRootView; field in class:RunningProcessesView.ActiveItem
184 ai.mRootView = rootView;
475 if (ai.mRootView.getWindowToken() == null) {
H A DInstalledAppDetails.java118 private View mRootView; field in class:InstalledAppDetails
431 mRootView = view;
541 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
700 TextView autoLaunchTitleView = (TextView) mRootView.findViewById(R.id.auto_launch_title);
701 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
760 LinearLayout permsView = (LinearLayout) mRootView.findViewById(R.id.permissions_section);
838 TextView descr = (TextView) mRootView.findViewById(
1351 (TextView) mRootView.findViewById(R.id.auto_launch_title);
1352 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
H A DManageApplications.java191 public View mRootView; field in class:ManageApplications.TabInfo
242 if (mRootView != null) {
243 return mRootView;
247 mRootView = inflater.inflate(mListType == LIST_TYPE_RUNNING
250 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
252 mListContainer = mRootView.findViewById(R.id.list_container);
282 mRunningProcessesView = (RunningProcessesView)mRootView.findViewById(
288 return mRootView;
292 if (mRootView != null) {
293 ViewGroup group = (ViewGroup)mRootView
463 private View mRootView; field in class:ManageApplications
[all...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordFragment.java50 private View mRootView; field in class:UserDictionaryAddWordFragment
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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordFragment.java56 private View mRootView; field in class:UserDictionaryAddWordFragment
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);
/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);
135 mAddAccountsView = mRootView.findViewById(R.id.add_accounts);
136 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);
149 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/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java110 private View mRootView; field in class:ConfirmAddDetailActivity
256 mRootView = findViewById(R.id.root_view);
743 mRootView.setVisibility(View.VISIBLE);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java80 private final View mRootView; field in class:MoviePlayer
122 mRootView = rootView;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageDetail.java120 private View mRootView; field in class:PowerUsageDetail
154 mRootView = view;
201 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
208 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
211 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
214 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
215 mForceStopButton = (Button)mRootView.findViewById(R.id.left_button);
216 mReportButton = (Button)mRootView.findViewById(R.id.right_button);
219 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
222 final ImageView icon = (ImageView) mRootView
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java65 private View mRootView; field in class:VideoUI
150 showAtLocation(mRootView, Gravity.CENTER, 0, 0);
174 mRootView = parent;
175 mActivity.getLayoutInflater().inflate(R.layout.video_module, (ViewGroup) mRootView, true);
176 mPreviewCover = mRootView.findViewById(R.id.preview_cover);
177 mTextureView = (TextureView) mRootView.findViewById(R.id.preview_content);
180 mFlashOverlay = mRootView.findViewById(R.id.flash_overlay);
181 mShutterButton = (ShutterButton) mRootView.findViewById(R.id.shutter_button);
182 mSwitcher = (ModuleSwitcher) mRootView.findViewById(R.id.camera_switcher);
194 ((ViewGroup) mRootView)
[all...]
H A DWideAnglePanoramaUI.java64 private ViewGroup mRootView; field in class:WideAnglePanoramaUI
101 mRootView = root;
104 mSwitcher = (ModuleSwitcher) mRootView.findViewById(R.id.camera_switcher);
295 mRootView.bringChildToFront(mCameraControls);
347 inflator.inflate(R.layout.panorama_module, mRootView, true);
354 mPreviewCover = mRootView.findViewById(R.id.preview_cover);
355 mPreviewLayout = mRootView.findViewById(R.id.pano_preview_layout);
356 mReviewControl = (ViewGroup) mRootView.findViewById(R.id.pano_review_control);
357 mReviewLayout = mRootView.findViewById(R.id.pano_review_layout);
358 mReview = (ImageView) mRootView
[all...]
H A DPhotoUI.java76 private View mRootView; field in class:PhotoUI
194 mRootView = parent;
197 (ViewGroup) mRootView, true);
198 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
199 mFlashOverlay = mRootView.findViewById(R.id.flash_overlay);
200 mPreviewCover = mRootView.findViewById(R.id.preview_cover);
202 mTextureView = (TextureView) mRootView.findViewById(R.id.preview_content);
207 mShutterButton = (ShutterButton) mRootView.findViewById(R.id.shutter_button);
208 mSwitcher = (ModuleSwitcher) mRootView.findViewById(R.id.camera_switcher);
211 mMenuButton = mRootView
[all...]
H A DWideAnglePanoramaModule.java140 private View mRootView; field in class:WideAnglePanoramaModule
206 mRootView = parent;
210 mUI = new WideAnglePanoramaUI(mActivity, this, (ViewGroup) mRootView);
237 if (mRootView.getVisibility() != View.VISIBLE) {
239 mRootView.setVisibility(View.VISIBLE);
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java175 private View mRootView; field in class:PanoramaModule
228 mRootView = parent;
661 mPanoProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_pan_progress_bar);
675 mLeftIndicator = mRootView.findViewById(R.id.pano_pan_left_indicator);
676 mRightIndicator = mRootView.findViewById(R.id.pano_pan_right_indicator);
679 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
681 mPreviewArea = (LayoutNotifyView) mRootView.findViewById(R.id.pano_preview_area);
684 mSavingProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_saving_progress_bar);
690 mCaptureIndicator = mRootView.findViewById(R.id.pano_capture_indicator);
692 mReviewLayout = mRootView
[all...]
H A DPhotoModule.java131 private View mRootView; field in class:PhotoModule
464 mRootView = parent;
476 mActivity.getLayoutInflater().inflate(R.layout.photo_module, (ViewGroup) mRootView);
500 mCountDownView = (CountDownView) (mRootView.findViewById(R.id.count_down_to_capture));
797 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
1614 mBlocker = mRootView.findViewById(R.id.blocker);
1615 mMenu = mRootView.findViewById(R.id.menu);
1633 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
1634 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);
1635 mReviewRetakeButton = mRootView
[all...]
H A DVideoModule.java125 private View mRootView; field in class:VideoModule
361 mPreviewSurfaceView = (PreviewSurfaceView) mRootView.findViewById(R.id.preview_surface_view);
383 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
419 mRootView = root;
440 mActivity.getLayoutInflater().inflate(R.layout.video_module, (ViewGroup) mRootView);
2106 mBlocker = mRootView.findViewById(R.id.blocker);
2107 mMenu = mRootView.findViewById(R.id.menu);
2116 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
2117 mFlashIndicator = (ImageView) mRootView.findViewById(R.id.menu_flash_indicator);
2123 mReviewDoneButton = (Rotatable) mRootView
[all...]

Completed in 545 milliseconds