Searched defs:dialog (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DDialogFragment.java32 * A fragment that displays a dialog window, floating on top of its
35 * the dialog (deciding when to show, hide, dismiss it) should be done through
36 * the API here, not with direct calls on the dialog.
40 * content of the dialog. Alternatively, they can override
41 * {@link #onCreateDialog(Bundle)} to create an entirely custom dialog, such
63 * events from the dialog and takes care of removing its own state when they
67 * remove itself when the dialog is dismissed.
76 * dialog}
83 * <p>This removes any currently shown dialog, creates a new DialogFragment
94 * generate the view hierarchy inside of a dialog, yo
452 onCancel(DialogInterface dialog) argument
455 onDismiss(DialogInterface dialog) argument
[all...]
H A DSearchManager.java55 * <p>For more information about using the search dialog and adding search
624 // Don't show search dialog on televisions.
726 * the search dialog. Made available for testing purposes.
826 public void onCancel(DialogInterface dialog) { argument
836 public void onDismiss(DialogInterface dialog) { argument
H A DDialog.java74 * that managed this dialog.
140 * Creates a dialog window that uses the default dialog theme.
143 * base theme used to present the dialog.
145 * @param context the context in which the dialog should run
153 * Creates a dialog window that uses a custom dialog style.
156 * base theme used to present the dialog.
163 * @param context the context in which the dialog should run
165 * window, or {@code 0} to use the default dialog them
1315 ListenersHandler(Dialog dialog) argument
[all...]
H A DActivity.java639 * but not in the foreground, such as one sitting behind a foreground dialog)
1070 final Dialog dialog = onCreateDialog(dialogId, args);
1071 if (dialog == null) {
1074 dialog.dispatchOnCreate(state);
1075 return dialog;
1412 // save each dialog's bundle, gather the ids
1676 // Close any open search dialog
3315 * this method the first time, and hang onto it thereafter. Any dialog
3323 * <p>If you would like an opportunity to prepare your dialog before it is shown,
3326 * @param id The id of the dialog
3350 onPrepareDialog(int id, Dialog dialog) argument
3379 onPrepareDialog(int id, Dialog dialog, Bundle args) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java104 // TODO: Delay dialog creation until after panels are collapsed.
125 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java56 * dialog style. It will be launched from a notification.
217 public void onClick(DialogInterface dialog, int which) {
285 // Display error dialog
303 // Display error dialog
307 // Display dialog to user
317 // Check for list of storage users and display dialog if needed.
325 public void onCancel(DialogInterface dialog) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java53 public VolumeDialogMotion(Dialog dialog, View dialogView, ViewGroup contents, View chevron, argument
55 mDialog = dialog;
62 public void onDismiss(DialogInterface dialog) {
68 public void onShow(DialogInterface dialog) {
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java126 * @param context Context used to display the shutdown progress dialog.
166 public void onClick(DialogInterface dialog, int which) {
172 closer.dialog = sConfirmDialog;
184 public Dialog dialog; field in class:ShutdownThread.CloseDialogReceiver
194 dialog.cancel();
207 * @param context Context used to display the shutdown progress dialog.
223 * @param context Context used to display the shutdown progress dialog.
248 // Throw up a system dialog to indicate the device is rebooting / shutting down.
275 // Factory reset path. Set the dialog message accordingly.
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java54 * normal dialog.
67 * is entirely responsible for drawing the dialog.
73 * {@link #STYLE_NO_FRAME}, but also disables all input to the dialog.
101 * fragment's dialog. This can be used for some common dialog behaviors,
124 * Display the dialog, adding the fragment to the given FragmentManager. This
143 * Display the dialog, adding the fragment using an existing transaction
161 * Dismiss the fragment and its dialog. If the fragment was added to the
221 * @param cancelable If true, the dialog is cancelable. The default
237 * Controls whether this fragment should be shown in a dialog
321 setupDialog(Dialog dialog, int style) argument
361 onCancel(DialogInterface dialog) argument
364 onDismiss(DialogInterface dialog) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java121 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code dialog}.
125 public static AppCompatDelegate create(Dialog dialog, AppCompatCallback callback) { argument
126 return create(dialog.getContext(), dialog.getWindow(), callback);
H A DAlertController.java142 public ButtonHandler(DialogInterface dialog) { argument
143 mDialog = new WeakReference<>(dialog);
252 * Set the view resource to display in the dialog.
261 * Set the view to display in the dialog.
270 * Set the view to display in the dialog along with the spacing around that view
665 * @param listView The ListView that will be shown in the dialog.
676 public void apply(AlertController dialog) { argument
678 dialog.setCustomTitle(mCustomTitleView);
681 dialog.setTitle(mTitle);
684 dialog
733 createListView(final AlertController dialog) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java43 * dialog-based. These preferences will, when clicked, open a dialog showing the
65 /** The dialog, if it is showing. */
105 * Sets the title of the dialog. This will be shown on subsequent dialogs.
115 * @param dialogTitleResId The dialog title as a resource.
130 * Sets the message of the dialog. This will be shown on subsequent dialogs.
132 * This message forms the content View of the dialog and conflicts with
133 * list-based dialogs, for example. If setting a custom View on a dialog via
145 * @param dialogMessageResId The dialog message as a resource.
160 * Sets the icon of the dialog
335 requestInputMethod(Dialog dialog) argument
386 onClick(DialogInterface dialog, int which) argument
390 onDismiss(DialogInterface dialog) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java629 public void onClick(DialogInterface dialog, int which) { argument
653 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java310 public ClientTransaction sendReinvite(Dialog dialog, argument
313 Request request = dialog.createRequest(Request.INVITE);
328 dialog.sendRequest(clientTransaction);
424 public void sendInviteAck(ResponseEvent event, Dialog dialog) argument
429 Request ack = dialog.createAck(cseq);
431 dialog.sendAck(ack);
434 public void sendBye(Dialog dialog) throws SipException { argument
435 Request byeRequest = dialog.createRequest(Request.BYE);
437 dialog.sendRequest(mSipProvider.getNewClientTransaction(byeRequest));
463 public void sendReferNotify(Dialog dialog, Strin argument
530 getCallId(Dialog dialog) argument
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java125 void onDateSet(DatePickerDialog dialog, int year, int monthOfYear, int dayOfMonth); argument
138 // Empty constructor required for dialog fragment.
143 * @param year The initial year of the dialog.
144 * @param monthOfYear The initial month of the dialog.
145 * @param dayOfMonth The initial day of the dialog.
/frameworks/base/core/java/android/widget/
H A DSpinner.java74 * Use a dialog window for selecting spinner options.
88 /** Context used to inflate the popup window or dialog. */
221 * @param popupTheme The theme against which the dialog or dropdown popup
304 * @return the context used to inflate the Spinner's popup or dialog window
765 public void onClick(DialogInterface dialog, int which) { argument
767 dialog.dismiss();
786 * Sets the prompt to display when the dialog is shown.
794 * Sets the prompt to display when the dialog is shown.
795 * @param promptId the resource ID of the prompt to display when the dialog is shown
802 * @return The prompt to display when the dialog i
1103 onClick(DialogInterface dialog, int which) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java152 public ButtonHandler(DialogInterface dialog) { argument
153 mDialog = new WeakReference<DialogInterface>(dialog);
271 * Set the view resource to display in the dialog.
280 * Set the view to display in the dialog.
289 * Set the view to display in the dialog along with the spacing around that view
957 * @param listView The ListView that will be shown in the dialog.
968 public void apply(AlertController dialog) { argument
970 dialog.setCustomTitle(mCustomTitleView);
973 dialog.setTitle(mTitle);
976 dialog
1028 createListView(final AlertController dialog) argument
[all...]
H A DWindowDecorActionBar.java176 public WindowDecorActionBar(Dialog dialog) { argument
177 mDialog = dialog;
178 init(dialog.getWindow().getDecorView());
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java83 * Helper to show the global actions dialog. Each item is an {@link Action} that
162 * Show the global actions dialog (creating if necessary)
171 // Show delayed, so that the dismiss of the previous dialog completes
210 * Create the global actions dialog.
211 * @return A new dialog.
231 // Launch ECM exit dialog
313 GlobalActionsDialog dialog = new GlobalActionsDialog(mContext, params);
314 dialog.setCanceledOnTouchOutside(false); // Handled by the custom class.
316 dialog.getListView().setItemsCanFocus(true);
317 dialog
589 onDismiss(DialogInterface dialog) argument
601 onClick(DialogInterface dialog, int which) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1607 * Dialog listener for SMS confirmation dialog.
1633 public void onClick(DialogInterface dialog, int which) { argument
1663 public void onCancel(DialogInterface dialog) { argument
1664 Rlog.d(TAG, "dialog dismissed: don't send SMS");
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java181 public WindowDecorActionBar(Dialog dialog) { argument
182 mDialog = dialog;
183 init(dialog.getWindow().getDecorView());
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3073 public void onDismiss(DialogInterface dialog) { argument
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java963 EditorManager(EditStyledText est, StyledTextDialog dialog) { argument
965 mActions = new EditModeActions(mEST, this, dialog);
2138 public void onClick(DialogInterface dialog, int which) {
2165 public void onClick(DialogInterface dialog, int which) {
2224 public void onClick(DialogInterface dialog, int which) {
2231 public void onClick(DialogInterface dialog, int which) {
2283 public void onClick(DialogInterface dialog, int which) {
2300 public void onClick(DialogInterface dialog, int which) {
2329 public void onClick(DialogInterface dialog, int which) {
2823 EditModeActions(EditStyledText est, EditorManager manager, StyledTextDialog dialog) { argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 687 milliseconds

12