Searched refs:show (Results 251 - 275 of 423) sorted by relevance

<<11121314151617

/packages/apps/Settings/src/com/android/settings/tts/
H A DTtsEnginePreference.java209 dialog.show();
/packages/apps/Settings/src/com/android/settings/voice/
H A DVoiceInputPreference.java157 dialog.show();
/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java134 public void show() { method in class:SwitchBar
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java207 Toast.makeText(activity, R.string.wifi_fail_to_scan, Toast.LENGTH_LONG).show();
253 Toast.LENGTH_SHORT).show();
268 Toast.LENGTH_SHORT).show();
283 Toast.LENGTH_SHORT).show();
387 // If the user is not allowed to configure wifi, do not show the menu.
H A DWifiSetupActivity.java232 WifiSkipDialog.newInstance(message).show(getFragmentManager(), "dialog");
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DQuickSettings.java104 }).setTitle(R.string.reset_dialog_message).create().show();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentActionHandler.java163 // Create and show the dialog.
166 newFragment.show(ft, PROGRESS_FRAGMENT_TAG);
H A DConversationPagerController.java53 * cons: the activity's Controller has to specially handle show/hide conversation view,
68 * True when the initial conversation passed to show() is busy loading. We assume that the
89 /** Duration of pager.show(...)'s animation */
110 public void show(Account account, Folder folder, Conversation initialConversation, method in class:ConversationPagerController
115 LogUtils.d(LOG_TAG, "IN CPC.show, but already shown");
117 // the existing pager to show the new conversation
145 // ensure that the pager is completely visible for a non-animated pager.show
156 LogUtils.d(LOG_TAG, "IN CPC.show, adapter=%s", mPagerAdapter);
202 * {@link #show(Account, Folder, Conversation, boolean, boolean)} first, and you probably want
H A DConversationViewHeader.java177 frag.show(mCallbacks.getActivity().getFragmentManager(), CopySubjectDialog.TAG);
H A DConversationItemView.java954 // For activated elements in tablet in conversation mode, we show an activated color, since
1084 // No more width available, we'll only show fixed fragments.
1216 // If this folder has a color (combined view/Email), show it here
1738 private ObjectAnimator createTranslateXAnimation(boolean show) { argument
1742 final float start = show ? width : 0f;
1743 final float end = show ? 0f : width;
1754 private ObjectAnimator createHeightAnimation(boolean show) { argument
1755 final float start = show ? 0f : 1.0f;
1756 final float end = show ? 1.0f : 0f;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DHelpFragment.java151 new CopyrightDialogFragment().show(getFragmentManager(), "copyright");
H A DMaterialSearchViewController.java53 // we have to show the search actionbar on top while the user is not interacting with it.
300 Toast.makeText(mActivity, toast, Toast.LENGTH_LONG).show();
/packages/experimental/PrintService2/src/foo/bar/printservice2/
H A DMyPrintService.java126 Toast.LENGTH_SHORT).show();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsEdit.java375 Toast.LENGTH_LONG).show();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java185 .show();
/packages/services/Telecomm/src/com/android/server/telecom/
H A DRespondViaSmsManager.java156 // ...and show a brief confirmation to the user (since
164 Toast.LENGTH_LONG).show();
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java154 Toast.makeText(context, accounts.toString(), Toast.LENGTH_LONG).show();
169 // Both notifications have buttons and only the first one with buttons will show its
227 * Creates the intent to show all phone accounts.
276 * Adds an action to show all registered phone accounts on a device.
/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java246 builder.create().show();
H A DPhoneUtils.java857 .show();
869 pd.show();
943 pd.show();
994 sUssdDialog.show();
1044 Toast.LENGTH_LONG).show();
1096 // now show the dialog!
1097 newDialog.show();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1453 boolean show = shouldShowWeightWatcher();
1454 mWeightWatcher.setVisibility(show ? View.VISIBLE : View.GONE);
1896 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show();
2579 Toast.makeText(this, R.string.safemode_widget_error, Toast.LENGTH_SHORT).show();
2642 .create().show();
2666 Toast.makeText(this, error, Toast.LENGTH_SHORT).show();
2791 Toast.makeText(this, R.string.safemode_widget_error, Toast.LENGTH_SHORT).show();
2893 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
2896 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
2905 // System applications cannot be installed. For now, show
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java389 .show();
409 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
/packages/apps/Browser/src/com/android/browser/
H A DBrowserHistoryPage.java307 dialog.show();
366 // Only show open in new tab if it was not explicitly disabled
375 // decide whether to show the share link option
426 Toast.makeText(activity, R.string.homepage_set, Toast.LENGTH_LONG).show();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java626 public void setShowEmptyListForNullQuery(boolean show) { argument
627 mShowEmptyListForEmptyQuery = show;
730 // Tell list view to not show dividers. We'll do it ourself so that we can *not* show
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java141 // Whether or not to show the Show call history footer view
222 df.show(getActivity().getFragmentManager(), REPORT_DIALOG_TAG);
328 // Typically, when switching to the call-log we want to show the user
359 // TODO: Change the code to show all messages. For now just pick the first message.
515 * @param hasFooterView Whether or not to show the footer
697 df.show(getActivity().getFragmentManager(), REPORT_DIALOG_TAG);
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java328 dialog.show(fm, "password_expiration");
344 dialog.show(fm, "security_needed");

Completed in 667 milliseconds

<<11121314151617