Searched refs:dialog (Results 101 - 125 of 140) sorted by relevance

123456

/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java251 AlertDialog dialog = builder.create();
252 dialog.show();
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
H A DRetailDemoModeService.java294 UserInactivityCountdownDialog dialog = new UserInactivityCountdownDialog(getContext(),
296 dialog.setNegativeButtonClickListener(null);
297 dialog.setPositiveButtonClickListener(new DialogInterface.OnClickListener() {
299 public void onClick(DialogInterface dialog, int which) {
303 dialog.setOnCountDownExpiredListener(new OnCountDownExpiredListener() {
309 dialog.show();
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java160 public void onClick(DialogInterface dialog, int which) {
241 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java109 AlertDialog dialog = new Builder(getContext())
114 dialog.dismiss();
H A DNavBarTuner.java174 .setPositiveButton(android.R.string.ok, (dialog, which) -> {
/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/base/core/java/android/app/
H A DDatePickerDialog.java39 * A simple dialog containing an {@link android.widget.DatePicker}.
55 * Creates a new date picker dialog for the current date using the parent
56 * context's default date picker dialog theme.
65 * Creates a new date picker dialog for the current date.
69 * this dialog, or {@code 0} to use the parent
70 * {@code context}'s default alert dialog theme
77 * Creates a new date picker dialog for the specified date using the parent
78 * context's default date picker dialog theme.
94 * Creates a new date picker dialog for the specified date.
98 * this dialog, o
164 onClick(@onNull DialogInterface dialog, int which) argument
[all...]
H A DDialog.java75 * 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
1353 ListenersHandler(Dialog dialog) argument
[all...]
H A DActivity.java662 * but not in the foreground, such as one sitting behind a foreground dialog)
1167 final Dialog dialog = onCreateDialog(dialogId, args);
1168 if (dialog == null) {
1171 dialog.dispatchOnCreate(state);
1172 return dialog;
1617 // save each dialog's bundle, gather the ids
1926 // Close any open search dialog
3843 * this method the first time, and hang onto it thereafter. Any dialog
3851 * <p>If you would like an opportunity to prepare your dialog before it is shown,
3854 * @param id The id of the dialog
3878 onPrepareDialog(int id, Dialog dialog) argument
3907 onPrepareDialog(int id, Dialog dialog, Bundle args) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java33 * a dialog which allow the user to toggle each individually on and off.
254 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
H A DMultiSelectListPreference.java33 * a dialog.
182 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java112 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbPermissionActivity.java159 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java70 // mConfig can be null if we are a restricted user, in that case don't show this dialog
120 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java23 import android.support.v17.leanback.supportleanbackshowcase.app.dialog.DialogExampleActivity;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java23 import android.support.v17.leanback.supportleanbackshowcase.app.dialog.DialogExampleActivity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java66 // Give BT some time to start after SyUI comes up. This avoids flashing a dialog in the user's
224 // on, just dismiss the dialog. This frequently happens during device startup.
423 // Don't show another dialog if one is already present
516 public void onClick(DialogInterface dialog, int which) { argument
526 public void onDismiss(DialogInterface dialog) { argument
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java534 public void onDismiss(DialogInterface dialog) {
535 if (dialog == mPresentation) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java534 public void onDismiss(DialogInterface dialog) {
535 if (dialog == mPresentation) {
/frameworks/base/core/java/android/widget/
H A DSpinner.java76 * Use a dialog window for selecting spinner options.
92 /** Context used to inflate the popup window or dialog. */
231 * @param popupTheme The theme against which the dialog or dropdown popup
318 * @return the context used to inflate the Spinner's popup or dialog window
788 public void onClick(DialogInterface dialog, int which) { argument
790 dialog.dismiss();
809 * Sets the prompt to display when the dialog is shown.
817 * Sets the prompt to display when the dialog is shown.
818 * @param promptId the resource ID of the prompt to display when the dialog is shown
825 * @return The prompt to display when the dialog i
1134 onClick(DialogInterface dialog, int which) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java175 public WindowDecorActionBar(Dialog dialog) { argument
176 mDialog = dialog;
177 init(dialog.getWindow().getDecorView());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java178 public WindowDecorActionBar(Dialog dialog) { argument
179 mDialog = dialog;
180 init(dialog.getWindow().getDecorView());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java153 mDialog.setOnDismissListener(dialog -> {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java130 // Close the cursor on the UI thread as the list view in the alert dialog
304 public void onClick(DialogInterface dialog, int which,
H A DAlertDialogTest.java139 final AlertDialog dialog = new AlertDialog.Builder(context, R.style.Theme_TextColors)
145 dialog.getContext().getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true);
160 // Test that we're showing a dialog with vertically stacked title and content
203 // Click the button to show the dialog and check that it shows the initial message
207 // Update the dialog message
224 * the custom title above the dialog message.
229 // Test that we're showing a dialog with vertically stacked custom title and content
285 // Click the button to create the dialog, configure custom title and show the dialog
299 // Test that we're showing a dialog wit
[all...]

Completed in 544 milliseconds

123456