Searched refs:mRootView (Results 1 - 21 of 21) 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordFragment.java56 private View mRootView; field in class:UserDictionaryAddWordFragment
67 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
70 mContents = new UserDictionaryAddWordContents(mRootView, getArguments());
72 return mRootView;
120 (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/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/Gallery2/src/com/android/camera/
H A DPhotoUI.java66 private View mRootView; field in class:PhotoUI
121 mRootView = parent;
124 (ViewGroup) mRootView, true);
125 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
128 mCountDownView = (CountDownView) (mRootView.findViewById(R.id.count_down_to_capture));
132 ViewStub faceViewStub = (ViewStub) mRootView
136 mFaceView = (FaceView) mRootView.findViewById(R.id.face_view);
143 return mRootView;
259 mRootView.addOnLayoutChangeListener(mLayoutListener);
271 mRootView
[all...]
H A DVideoUI.java52 private View mRootView; field in class:VideoUI
84 mRootView = parent;
85 mActivity.getLayoutInflater().inflate(R.layout.video_module, (ViewGroup) mRootView, true);
86 mPreviewSurfaceView = (PreviewSurfaceView) mRootView
202 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
246 mPreviewFrameLayout = (PreviewFrameLayout) mRootView.findViewById(R.id.frame);
248 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
255 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
256 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
257 mTimeLapseLabel = mRootView
[all...]
H A DPanoramaModule.java175 private View mRootView; field in class:PanoramaModule
230 mRootView = parent;
660 mPanoProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_pan_progress_bar);
674 mLeftIndicator = mRootView.findViewById(R.id.pano_pan_left_indicator);
675 mRightIndicator = mRootView.findViewById(R.id.pano_pan_right_indicator);
678 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
680 mPreviewArea = (LayoutNotifyView) mRootView.findViewById(R.id.pano_preview_area);
683 mSavingProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_saving_progress_bar);
689 mCaptureIndicator = mRootView.findViewById(R.id.pano_capture_indicator);
691 mReviewLayout = mRootView
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsSummary.java38 private View mRootView; field in class:AppOpsSummary
97 mRootView = rootView;
H A DManageApplications.java189 public View mRootView; field in class:ManageApplications.TabInfo
240 if (mRootView != null) {
241 return mRootView;
245 mRootView = inflater.inflate(mListType == LIST_TYPE_RUNNING
248 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
250 mListContainer = mRootView.findViewById(R.id.list_container);
280 mRunningProcessesView = (RunningProcessesView)mRootView.findViewById(
286 return mRootView;
290 if (mRootView != null) {
291 ViewGroup group = (ViewGroup)mRootView
460 private View mRootView; field in class:ManageApplications
[all...]
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 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 DInstalledAppDetails.java117 private View mRootView; field in class:InstalledAppDetails
433 mRootView = view;
543 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
668 TextView autoLaunchTitleView = (TextView) mRootView.findViewById(R.id.auto_launch_title);
669 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
728 LinearLayout permsView = (LinearLayout) mRootView.findViewById(R.id.permissions_section);
806 TextView descr = (TextView) mRootView.findViewById(
1319 (TextView) mRootView.findViewById(R.id.auto_launch_title);
1320 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
H A DRunningProcessesView.java91 View mRootView; field in class:RunningProcessesView.ActiveItem
183 ai.mRootView = rootView;
471 if (ai.mRootView.getWindowToken() == null) {
/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 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...]
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...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java81 private final View mRootView; field in class:MoviePlayer
123 mRootView = rootView;
/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);

Completed in 299 milliseconds