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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java16 public View rootView; field in class:AppViewHolder
30 holder.rootView = convertView;
H A DRunningProcessesView.java155 public View rootView; field in class:RunningProcessesView.ViewHolder
163 rootView = v;
175 PackageManager pm = rootView.getContext().getPackageManager();
188 ai.mRootView = rootView;
193 description.setText(rootView.getContext().getText(R.string.cached));
198 icon.setImageDrawable(item.loadIcon(rootView.getContext(), state));
200 ai.updateTime(rootView.getContext(), builder);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewProgressController.java64 public void instantiateProgressIndicators(View rootView) { argument
65 mBackgroundView = rootView.findViewById(R.id.background_view);
66 mProgressView = rootView.findViewById(R.id.loading_progress);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DDrawIdler.java39 public void setRootView(View rootView) { argument
40 if (mRoot == rootView) {
46 mRoot = rootView;
/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/Gallery2/src/com/android/gallery3d/app/
H A DMovieActivity.java66 private void setSystemUiVisibility(View rootView) { argument
68 rootView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE
82 View rootView = findViewById(R.id.movie_view_root);
84 setSystemUiVisibility(rootView);
91 mPlayer = new MoviePlayer(rootView, this, intent.getData(), savedInstanceState,
H A DMoviePlayer.java119 public MoviePlayer(View rootView, final MovieActivity movieActivity, argument
122 mRootView = rootView;
123 mVideoView = (VideoView) rootView.findViewById(R.id.surface_view);
128 ((ViewGroup)rootView).addView(mController.getView());
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java163 protected void initializeUi(final View rootView) { argument
166 mErrorInfoView = (TextView) rootView.findViewById(R.id.sync_settings_error_info);
169 mUserId = (TextView) rootView.findViewById(R.id.user_id);
170 mProviderId = (TextView) rootView.findViewById(R.id.provider_id);
171 mProviderIcon = (ImageView) rootView.findViewById(R.id.provider_icon);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1301 String[] emails, String viaDomain, View rootView,
1351 rootView.findViewById(headerId).setVisibility(VISIBLE);
1352 final TextView detailsText = (TextView) rootView.findViewById(detailsId);
1300 renderEmailList(Resources res, int headerId, int detailsId, String[] emails, String viaDomain, View rootView, Map<String, Address> addressCache, Account account, VeiledAddressMatcher veiledMatcher, BidiFormatter bidiFormatter) argument

Completed in 232 milliseconds