Searched refs:mRootView (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/applications/
H A DLayoutPreference.java34 private View mRootView; field in class:LayoutPreference
67 mRootView = view;
75 ViewGroup parent = (ViewGroup) mRootView.getParent();
77 parent.removeView(mRootView);
79 layout.addView(mRootView);
83 return mRootView.findViewById(id);
H A DAppOpsSummary.java40 private View mRootView; field in class:AppOpsSummary
105 mRootView = rootView;
H A DProcessStatsMemDetail.java57 private View mRootView; field in class:ProcessStatsMemDetail
83 mRootView = view;
99 mMemStateParent = (ViewGroup)mRootView.findViewById(R.id.mem_state);
100 mMemUseParent = (ViewGroup)mRootView.findViewById(R.id.mem_use);
H A DAppOpsDetails.java59 private View mRootView; field in class:AppOpsDetails
64 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
177 mRootView = view;
H A DManageApplications.java224 private View mRootView; field in class:ManageApplications
293 mRootView = inflater.inflate(R.layout.manage_applications_apps, null);
294 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
296 mListContainer = mRootView.findViewById(R.id.list_container);
320 Utils.prepareCustomPreferencesList(container, mRootView, mListView, false);
326 ((PreferenceFrameLayout.LayoutParams) mRootView.getLayoutParams()).removeBorders = true;
333 return mRootView;
338 FrameLayout pinnedHeader = (FrameLayout) mRootView.findViewById(R.id.pinned_header);
373 FrameLayout pinnedHeader = (FrameLayout) mRootView.findViewById(R.id.pinned_header);
468 mRootView
[all...]
H A DRunningServiceDetails.java71 View mRootView; field in class:RunningServiceDetails
84 View mRootView; field in class:RunningServiceDetails.ActiveDetail
263 detail.mRootView = root;
339 detail.mRootView = root;
425 mAllDetails.removeView(mActiveDetails.get(i).mRootView);
517 mRootView = view;
H A DRunningProcessesView.java96 View mRootView; field in class:RunningProcessesView.ActiveItem
188 ai.mRootView = rootView;
491 if (ai.mRootView.getWindowToken() == null) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
H A DGrantPermissionsViewHandlerImpl.java33 private LinearLayout mRootView; field in class:GrantPermissionsViewHandlerImpl
53 mRootView = (LinearLayout) LayoutInflater.from(mContext)
56 mMessageView = (TextView) mRootView.findViewById(R.id.permission_message);
57 mIconView = (ImageView) mRootView.findViewById(R.id.permission_icon);
58 mCurrentGroupView = (TextView) mRootView.findViewById(R.id.current_page_text);
59 mAllowButton = (Button) mRootView.findViewById(R.id.permission_allow_button);
60 mSoftDenyButton = (Button) mRootView.findViewById(R.id.permission_deny_button);
61 mHardDenyButton = (Button) mRootView.findViewById(
68 return mRootView;
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUI.java48 private final View mRootView; field in class:CaptureModuleUI
82 mRootView = parent;
84 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
87 mPreviewView = (TextureView) mRootView.findViewById(R.id.preview_content);
89 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
90 mProgressOverlay = (ProgressOverlay) mRootView.findViewById(R.id.progress_overlay);
92 mFocusRing = (FocusRing) mRootView.findViewById(R.id.focus_ring);
93 mCountdownView = (CountDownView) mRootView.findViewById(R.id.count_down_view);
H A DVideoUI.java47 private final View mRootView; field in class:VideoUI
89 mRootView = parent;
90 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
94 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
98 mFocusRing = (FocusRing) mRootView.findViewById(R.id.focus_ring);
140 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
141 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
142 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
145 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
249 return new Point(mRootView
[all...]
H A DPhotoUI.java58 private final View mRootView; field in class:PhotoUI
198 mRootView = parent;
200 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
204 mFocusRing = (FocusRing) mRootView.findViewById(R.id.focus_ring);
205 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
206 mCountdownView = (CountDownView) mRootView.findViewById(R.id.count_down_view);
209 mFaceView = (FaceView) mRootView.findViewById(R.id.face_view);
220 mIntentReviewImageView = (ImageView) mRootView.findViewById(R.id.intent_review_imageview);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.java72 private ManualLayoutFrame mRootView; field in class:GrantPermissionsViewHandlerImpl
138 mRootView.onConfigurationChanged();
268 mRootView = (ManualLayoutFrame) LayoutInflater.from(mContext)
270 mButtonBar = (ButtonBarLayout) mRootView.findViewById(R.id.button_group);
272 mMessageView = (TextView) mRootView.findViewById(R.id.permission_message);
273 mIconView = (ImageView) mRootView.findViewById(R.id.permission_icon);
274 mCurrentGroupView = (TextView) mRootView.findViewById(R.id.current_page_text);
275 mDoNotAskCheckbox = (CheckBox) mRootView.findViewById(R.id.do_not_ask_checkbox);
276 mAllowButton = (Button) mRootView.findViewById(R.id.permission_allow_button);
278 mDialogContainer = (ViewGroup) mRootView
[all...]
/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/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java50 private final View mRootView; field in class:CaptureIntentModuleUI
91 mRootView = parent;
93 mIntentReviewImageView = (ImageView) mRootView.findViewById(R.id.intent_review_imageview);
97 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
100 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
101 mProgressOverlay = (ProgressOverlay) mRootView.findViewById(R.id.progress_overlay);
102 mFocusRing = (FocusRing) mRootView.findViewById(R.id.focus_ring);
103 mCountdownView = (CountDownView) mRootView.findViewById(R.id.count_down_view);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordFragment.java51 private View mRootView; field in class:UserDictionaryAddWordFragment
66 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
71 mContents = new UserDictionaryAddWordContents(mRootView, getArguments());
78 mContents = new UserDictionaryAddWordContents(mRootView,
83 return mRootView;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListFragment.java83 private View mRootView; field in class:GroupBrowseListFragment
112 mRootView = inflater.inflate(R.layout.group_browse_list_fragment, null);
113 mEmptyView = (TextView)mRootView.findViewById(R.id.empty);
119 mListView = (AutoScrollListView) mRootView.findViewById(R.id.list);
136 mAddAccountsView = mRootView.findViewById(R.id.add_accounts);
137 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);
150 return mRootView;
H A DGroupDetailFragment.java101 private View mRootView; field in class:GroupDetailFragment
154 mRootView = inflater.inflate(R.layout.group_detail_fragment, container, false);
155 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title);
156 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
157 mGroupSourceViewContainer = (ViewGroup) mRootView.findViewById(
159 mEmptyView = mRootView.findViewById(android.R.id.empty);
160 mMemberListView = (ListView) mRootView.findViewById(android.R.id.list);
164 return mRootView;
H A DGroupEditorFragment.java180 private ViewGroup mRootView; field in class:GroupEditorFragment
212 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
213 return mRootView;
388 View oldEditorView = mRootView.findViewWithTag(CURRENT_EDITOR_TAG);
390 mRootView.removeView(oldEditorView);
392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
398 editorView = mRootView.findViewWithTag(CURRENT_EDITOR_TAG);
461 mRootView.addView(editorView);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java190 private final View mRootView; field in class:SnackBar
207 mRootView = LayoutInflater.from(mContext).inflate(R.layout.snack_bar,
209 mSnackBarView = mRootView.findViewById(R.id.snack_bar);
221 mActionTextView = (TextView) mRootView.findViewById(R.id.snack_bar_action);
222 mMessageView = (TextView) mRootView.findViewById(R.id.snack_bar_message);
223 mMessageWrapper = (FrameLayout) mRootView.findViewById(R.id.snack_bar_message_wrapper);
234 return mRootView;
/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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationOverlayItem.java42 protected View mRootView; field in class:ConversationOverlayItem
196 return mRootView;
H A DConversationViewAdapter.java198 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 !
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java76 private View mRootView; field in class:DeviceProfilesSettings
98 mRootView = LayoutInflater.from(getContext()).inflate(R.layout.device_profiles_settings,
100 mProfileContainer = (ViewGroup) mRootView.findViewById(R.id.profiles_section);
101 mProfileLabel = (TextView) mRootView.findViewById(R.id.profiles_label);
102 final EditText deviceName = (EditText) mRootView.findViewById(R.id.name);
105 .setView(mRootView)
116 EditText deviceName = (EditText) mRootView.findViewById(R.id.name);
310 final EditText deviceNameField = (EditText) mRootView.findViewById(R.id.name);
/packages/apps/Settings/src/com/android/settings/
H A DUserCredentialsSettings.java62 private View mRootView; field in class:UserCredentialsSettings
79 mRootView = inflater.inflate(R.layout.user_credentials, parent, false);
82 mListView = (ListView) mRootView.findViewById(R.id.credential_list);
85 return mRootView;
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactPickerFragment.java113 private View mRootView; field in class:ContactPickerFragment
197 mRootView = view;
329 UiUtils.doOnceAfterLayoutChange(mRootView, new Runnable() {
343 if (mRootView != null) {
369 mCustomHeaderViewPager, mPendingExplodeView, mRootView,

Completed in 1629 milliseconds

12