| /packages/apps/Camera2/src/com/android/camera/ |
| 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);
|
| 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...] |
| 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/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;
|
| GroupDetailFragment.java | 100 private View mRootView; 153 mRootView = inflater.inflate(R.layout.group_detail_fragment, container, false); 154 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title); 155 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size); 156 mGroupSourceViewContainer = (ViewGroup) mRootView.findViewById( 158 mEmptyView = mRootView.findViewById(android.R.id.empty); 159 mMemberListView = (ListView) mRootView.findViewById(android.R.id.list); 163 return mRootView;
|
| GroupEditorFragment.java | 180 private ViewGroup mRootView; 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); [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/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...] |
| RunningServiceDetails.java | 70 View mRootView; 83 View mRootView; 262 detail.mRootView = root; 338 detail.mRootView = root; 424 mAllDetails.removeView(mActiveDetails.get(i).mRootView); 516 mRootView = view;
|
| RunningProcessesView.java | 96 View mRootView; 188 ai.mRootView = rootView; 491 if (ai.mRootView.getWindowToken() == null) {
|
| InstalledAppDetails.java | 118 private View mRootView; 465 mRootView = view; 575 final View appSnippet = mRootView.findViewById(R.id.app_snippet); 743 TextView autoLaunchTitleView = (TextView) mRootView.findViewById(R.id.auto_launch_title); 744 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch); [all...] |
| ManageApplications.java | 192 public View mRootView; 243 if (mRootView != null) { 244 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.getParent() [all...] |
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
| Picker.java | 61 private ViewGroup mRootView; 195 mRootView = (ViewGroup) inflater.inflate(getRootLayoutId(), null); 196 mPickerView = (ViewGroup) mRootView.findViewById(getPickerId()); 230 return mRootView;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| RefactoringTest.java | 307 testInfo.mRootView = rootView; 325 protected CanvasViewInfo mRootView;
|
| /frameworks/base/core/java/android/service/voice/ |
| VoiceInteractionSession.java | 74 View mRootView; 456 mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener( 470 mRootView = mInflater.inflate( 472 mRootView.setSystemUiVisibility( 474 mWindow.setContentView(mRootView); 475 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer); 477 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| MoviePlayer.java | 80 private final View mRootView; 122 mRootView = rootView;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ChangeLayoutRefactoring.java | 585 CanvasViewInfo rootView = mRootView; 607 CanvasViewInfo rootView = mRootView; 646 protected CanvasViewInfo mRootView; 650 mRootView = rootView;
|
| GridLayoutConverter.java | 115 private final CanvasViewInfo mRootView; 128 mRootView = rootView; 133 if (mRootView == null) { 138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); [all...] |
| RelativeLayoutConversionHelper.java | 109 private final CanvasViewInfo mRootView; 118 mRootView = rootView; 123 if (mRootView == null) { 128 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); [all...] |
| /packages/apps/Camera/src/com/android/camera/ |
| PanoramaModule.java | 175 private View mRootView; 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.findViewById(R.id.pano_review_layout) [all...] |
| PhotoModule.java | 131 private View mRootView; 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); [all...] |
| /frameworks/opt/photoviewer/src/com/android/ex/photo/ |
| PhotoViewController.java | 144 protected View mRootView; 301 mRootView = findViewById(R.id.photo_activity_root_view); 303 mRootView.setOnSystemUiVisibilityChangeListener(getSystemUiVisibilityChangeListener()); 743 Util.announceForAccessibility(mRootView, mAccessibilityManager, announcement); [all...] |
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| ConfirmAddDetailActivity.java | 112 private View mRootView; 259 mRootView = findViewById(R.id.root_view); 759 mRootView.setVisibility(View.VISIBLE); [all...] |
| /packages/apps/Settings/src/com/android/settings/fuelgauge/ |
| PowerUsageDetail.java | 307 private View mRootView; 342 mRootView = view; 389 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary); 396 mTitleView = (TextView) mRootView.findViewById(android.R.id.title); 399 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); 402 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel); 403 mForceStopButton = (Button)mRootView.findViewById(R.id.left_button); 404 mReportButton = (Button)mRootView.findViewById(R.id.right_button); 407 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress); 410 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon) [all...] |
| /frameworks/base/core/java/android/inputmethodservice/ |
| InputMethodService.java | 261 View mRootView; 706 mRootView = mInflater.inflate( 708 mRootView.setSystemUiVisibility( 710 mWindow.setContentView(mRootView); 711 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer); 717 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea); 719 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea); 726 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea); 727 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea); 739 mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener [all...] |