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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPromoCardViewHolder.java31 public static PromoCardViewHolder create(View rootView) { argument
32 return new PromoCardViewHolder(rootView);
49 * @param rootView The root view.
51 private PromoCardViewHolder(View rootView) { argument
52 super(rootView);
54 mPrimaryActionView = rootView.findViewById(R.id.primary_action);
55 mSecondaryActionView = rootView.findViewById(R.id.secondary_action);
H A DCallLogListItemViewHolder.java81 public final View rootView; field in class:CallLogListItemViewHolder
234 View rootView,
242 super(rootView);
252 this.rootView = rootView;
259 this.workIconView = (ImageView) rootView.findViewById(R.id.work_profile_icon);
404 ViewStub stub = (ViewStub) rootView.findViewById(R.id.call_log_entry_actions_stub);
225 CallLogListItemViewHolder( Context context, ExtendedBlockingButtonRenderer.Listener eventListener, View.OnClickListener expandCollapseListener, CallLogCache callLogCache, CallLogListItemHelper callLogListItemHelper, VoicemailPlaybackPresenter voicemailPlaybackPresenter, FilteredNumberAsyncQueryHandler filteredNumberAsyncQueryHandler, BlockNumberDialogFragment.Callback filteredNumberDialogCallback, View rootView, QuickContactBadge quickContactView, View primaryActionView, PhoneCallDetailsViews phoneCallDetailsViews, CardView callLogEntryView, TextView dayGroupHeader, ImageView primaryActionButtonView, boolean isArchiveTab) argument
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java32 public View rootView; field in class:AppViewHolder
47 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/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
H A DIntegrationTestUtils.java150 public List<TextView> getTextViewsWithString(final View rootView, final String text) argument
156 for (TextView textView : getAllViews(TextView.class, rootView)) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DChangeDefaultSmsAppHelper.java46 * @param rootView - if non-null, use this to attach a snackBar
52 final View composeView, final View rootView,
71 composeView, rootView, activity);
82 final View composeView, final View rootView,
90 if (rootView == null) {
95 rootView,
50 warnOfMissingActionConditions(final boolean sending, final Runnable runAfterMadeDefault, final View composeView, final View rootView, final Activity activity, final Fragment fragment) argument
80 promptToChangeDefaultSmsApp(final boolean sending, final Runnable runAfterMadeDefault, final View composeView, final View rootView, final Activity activity) argument
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DUsbModeChooserActivity.java169 private void setDisabledByAdmin(View rootView, TextView titleView, TextView summaryView) { argument
173 rootView.findViewById(R.id.restricted_icon).setVisibility(View.VISIBLE);
/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);
H A DFolderListFragment.java469 final View rootView = inflater.inflate(R.layout.folder_list, container, false);
470 mListView = (ListView) rootView.findViewById(android.R.id.list);
473 addListHeader(inflater, rootView, mListView);
492 mMiniDrawerView = (MiniDrawerView) rootView.findViewById(R.id.mini_drawer);
500 return rootView;
503 protected void addListHeader(LayoutInflater inflater, View rootView, ListView list) { argument
/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/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DManagePermissionsFragment.java122 private static void bindPermissionUi(Context context, View rootView) { argument
123 if (context == null || rootView == null) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
H A DManagePermissionsFragment.java120 private static void bindPermissionUi(SettingsWithHeader fragment, @Nullable View rootView) { argument
121 if (fragment == null || rootView == null) {
243 private static void bindPermissionUi(SettingsWithHeader fragment, @Nullable View rootView) { argument
244 if (fragment == null || rootView == null) {
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java181 protected void initializeUi(final View rootView) { argument
182 mErrorInfoView = (TextView) rootView.findViewById(R.id.sync_settings_error_info);
185 mUserId = (TextView) rootView.findViewById(R.id.user_id);
186 mProviderId = (TextView) rootView.findViewById(R.id.provider_id);
187 mProviderIcon = (ImageView) rootView.findViewById(R.id.provider_icon);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1289 String[] emails, String viaDomain, View rootView,
1339 rootView.findViewById(headerId).setVisibility(VISIBLE);
1340 final TextView detailsText = (TextView) rootView.findViewById(detailsId);
1288 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 368 milliseconds