Searched defs:rootView (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DMovieViewControl.java79 public MovieViewControl(View rootView, Context context, Uri videoUri) { argument
81 mVideoView = (VideoView) rootView.findViewById(R.id.surface_view);
82 mProgressView = rootView.findViewById(R.id.progress_indicator);
H A DViewImage.java260 private void setupOnScreenControls(View rootView, View ownerView) { argument
261 mNextImageView = rootView.findViewById(R.id.next_image);
262 mPrevImageView = rootView.findViewById(R.id.prev_image);
268 setupOnTouchListeners(rootView);
295 private void setupOnTouchListeners(View rootView) { argument
323 rootView.setOnTouchListener(rootListener);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java347 static View addStreamItemText(Context context, StreamItemEntry streamItem, View rootView) { argument
348 TextView htmlView = (TextView) rootView.findViewById(R.id.stream_item_html);
349 TextView attributionView = (TextView) rootView.findViewById(
351 TextView commentsView = (TextView) rootView.findViewById(R.id.stream_item_comments);
363 return rootView;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java156 protected void initializeUi(final View rootView) { argument
159 mErrorInfoView = (TextView) rootView.findViewById(R.id.sync_settings_error_info);
162 mUserId = (TextView) rootView.findViewById(R.id.user_id);
163 mProviderId = (TextView) rootView.findViewById(R.id.provider_id);
164 mProviderIcon = (ImageView) rootView.findViewById(R.id.provider_icon);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java105 public MoviePlayer(View rootView, final MovieActivity movieActivity, Uri videoUri, argument
108 mVideoView = (VideoView) rootView.findViewById(R.id.surface_view);
114 ((ViewGroup)rootView).addView(mController.getView());
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java146 public View rootView; field in class:RunningProcessesView.ViewHolder
154 rootView = v;
166 PackageManager pm = rootView.getContext().getPackageManager();
176 ai.mRootView = rootView;
181 description.setText(rootView.getContext().getText(R.string.cached));
190 ai.updateTime(rootView.getContext(), builder);

Completed in 290 milliseconds