Searched refs:show (Results 101 - 125 of 271) sorted by relevance

1234567891011

/packages/apps/Mms/src/com/android/mms/ui/
H A DEditSlideDurationActivity.java167 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();
H A DSlideshowActivity.java157 // Play slide-show in full-screen mode.
170 Log.e(TAG, "Cannot present the slide show.", e);
188 // Only show the slideshow controller if we have more than a single slide.
260 mMediaController.show();
315 mMediaController.show();
/packages/apps/Phone/src/com/android/phone/
H A DDeleteFdnContactScreen.java139 .show();
H A DSpecialCharSequenceMgr.java234 alert.show();
H A DFdnSetting.java136 // While handling any error conditions that may show up in between.
246 a.show();
288 .show();
H A DRespondViaSmsManager.java169 mPopup.show();
217 // ...and show a brief confirmation to the user (since
225 Toast.LENGTH_LONG).show();
457 // actually time to show the popup (i.e. if the background task was too
/packages/apps/Settings/src/com/android/settings/
H A DPrivacySettings.java125 .show();
H A DSettingsPreferenceFragment.java94 mDialogFragment.show(getActivity().getFragmentManager(), Integer.toString(dialogId));
H A DSettingsSafetyLegalActivity.java104 mErrorDialog.show();
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckersSettings.java144 mDialog.show();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperActivity.java46 /* When the screen is XLarge, the fragment is not included in the layout, so show it
50 fragment.show(getFragmentManager(), "dialog");
/packages/apps/Browser/src/com/android/browser/
H A DAutoFillSettingsFragment.java124 Toast.LENGTH_SHORT).show();
132 Toast.LENGTH_SHORT).show();
H A DTitleBar.java133 void show() { method in class:TitleBar
249 show();
H A DTab.java546 d.show();
743 }).show();
809 .show();
975 .show();
983 .show();
1021 d.show();
1143 * Instructs the browser to show a prompt to ask the user to set the
1154 getGeolocationPermissionsPrompt().show(origin, callback);
1228 * Ask the host application for a custom progress view to show while
1274 // Disable autofill and show
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
H A DStreamItemPopulatorActivity.java191 "Failed to find raw contact ID for contact ID " + mContactId, 5).show();
252 + (opCount - itemsToAdd) + " photos", 5).show();
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSecurity.java129 dialog.show(fm, "password_expiration");
142 dialog.show(fm, "security_needed");
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGallery.java159 R.string.no_such_item, Toast.LENGTH_LONG).show();
255 mVersionCheckDialog.show();
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java59 /* Private intent to show the list of received files */
191 new BluetoothNameDialogFragment().show(
196 new BluetoothVisibilityTimeoutFragment().show(
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DProjectsActivity.java99 // Only show title on large screens (width >= 1000 dip).
148 popupMenu.show();
297 Toast.LENGTH_LONG).show();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java75 bubba.show(mLocation[0], mLocation[1]);
162 void show(int offx, int offy) { method in class:TutorialEN.Bubble
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DCandidatesContainer.java43 * view, animation is used to dismiss the current candidate view and show a new
46 * Besides the candidate views, there are two arrow views to show the page
53 * Alpha value to show an enabled arrow.
58 * Alpha value to show an disabled arrow.
63 * Animation time to show a new candidate view and dismiss the old one.
74 * The left arrow button used to show previous page.
79 * The right arrow button used to show next page.
84 * Decoding result to show.
89 * The animation view used to show candidates. It contains two views.
358 private void showArrow(ImageButton arrowBtn, boolean show) { argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java332 return; // Don't show a dialog.
336 SelectAccountDialogFragment.show(getFragmentManager(), this,
530 CancelEditDialogFragment.show(this);
543 public static void show(GroupEditorFragment fragment) { method in class:GroupEditorFragment.CancelEditDialogFragment
546 dialog.show(fragment.getFragmentManager(), "cancelEditor");
631 R.string.groupSavedErrorToast, Toast.LENGTH_SHORT).show();
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java284 Toast.LENGTH_SHORT).show();
464 .show();
544 Toast.LENGTH_SHORT).show();
597 // Don't show the rotate submenu if the item at hand is read only
599 // is really a framework bug in that it shouldn't show the submenu
818 .show();
906 Toast.makeText(activity, noStorageText, 5000).show();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java590 Toast.LENGTH_SHORT).show();
676 Toast.LENGTH_LONG).show();
705 dialog.show();
709 dialog.show();
715 dialog.show();
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java384 // the user's profile, since the profile does not show up in the picker.
599 // Nothing more to be done, just show the UI
704 sProgressDialog = new WeakReference<ProgressDialog>(ProgressDialog.show(activityTarget,
766 Toast.makeText(context, R.string.contactSavedToast, Toast.LENGTH_SHORT).show();
768 Toast.makeText(context, R.string.contactSavedErrorToast, Toast.LENGTH_LONG).show();

Completed in 465 milliseconds

1234567891011